[Top]
Gnome
Gnome.Entry
|
Class Gnome.Entry
- Description
This widget is a wrapper around the GtkEntry widget, but it
provides a history mechanism for all the input entered into the
widget. The way this works is that a special identifier is provided
when creating the GnomeEntry widget, and this identifier is used to
load and save the history of the text.
Gnome.Entry( "history" )
- Inherit
Combo
inherit GTK.Combo : Combo
|