pike.hubbe.net

[Top]
GTK
GTK.Text
previousGTK.Text()->backward_delete() GTK.Text()->forward_delete()next

Method GTK.Text()->create()


Method create

object(GTK.Text) GTK.Text()->create(object(GTK.Adjustment) xadjustment, object(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()


Extracted from Pike v7.3 release 11 at 2001-11-03.