[Top]
GTK2
GTK2.Label
|
Method GTK2.Label()->set_line_wrap()
- Method
set_line_wrap
-
GTK2.Label set_line_wrap(int wrap)
- Description
-
Toggles line wrapping within the 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.
|