Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

Class Gnome.Entry

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Box GTK1.Hbox GTK1.Combo 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.