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 GTK1.Combo : Combo
- Method create
Gnome.Entry Gnome.Entry(
string
|void
history_id
)- Description
Creates a new GnomeEntry widget. If history_id is not 0, then the history list will be saved and restored between uses under the given id.