Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
GTK
GTK.Entry

Class GTK.Entry

Inherits
  • GTK.Editable
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)