| gtkLabelSetLineWrap {RGtk2} | R Documentation |
Toggles line wrapping within the GtkLabel widget. TRUE makes it break
lines if text exceeds the widget's size. FALSE lets the text get cut off
by the edge of the widget if it exceeds the widget size.
gtkLabelSetLineWrap(object, wrap)
|
[GtkLabel] a GtkLabel |
|
[logical] the setting |
Derived by RGtkGen from GTK+ documentation