Pike v8.0 release 1738

Method GTK1.Text()->create()


Method create

GTK1.Text GTK1.Text(GTK1.Adjustment xadjustment, GTK1.Adjustment yadjustment)

Description

Creates a new GTK1.Text widget, initialized with the given Gtk.Adjustments. These pointers can be used to track the viewing position of the GTK1.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()