Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
GTK
GTK.Entry

Class GTK.Entry

Description

Use this widget when you want the user to input a single line of text.

 GTK.Entry()->set_text("Hello world")->set_editable(1)


Inherit Editable

inherit GTK.Editable : Editable