[Top]
GTK
GTK.Text
|
Method GTK.Text()->freeze()
- Method
freeze
GTK.Text freeze()
- Description
Freezes the widget which disallows redrawing of the widget until it
is thawed. This is useful if a large number of changes are going to
made to the text within the widget, reducing the amount of flicker
seen by the user.
|