[Top]
GTK
GTK.Text
|
Method GTK.Text()->create()
- Method
create
GTK.Text GTK.Text(GTK.Adjustment xadjustment, GTK.Adjustment yadjustment)
- Description
Creates a new GTK.Text widget, initialized with the given
Gtk.Adjustments. These pointers can be used to track the viewing
position of the GTK.Text widget. Passing NULL to either or both of
them will make the text widget create it's own. You can set these
later with the function gtk_text_set_adjustment()
|