GNOME Bugzilla – Bug 163608
GtkCellRendererText should support wrapping
Last modified: 2011-02-04 16:18:41 UTC
This is needed when using it in the icon view. It should be as simple as adding a wrap-mode property, and when it is not none, set the width of the layout.
*** Bug 163609 has been marked as a duplicate of this bug. ***
Created attachment 36214 [details] [review] proposed patch The patch adds "wrap" and "wrap-width" properties
2005-01-20 Matthias Clasen <mclasen@redhat.com> Support wrapping in GtkCellRendererText (#163608): * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Add wrap-mode and wrap-width properties which cause a text cell to break to a specified width when set. * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode and wrap-width when they are set.