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

Class Gnome.NumberEntry

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Box GTK1.Hbox Gnome.NumberEntry
Description

Provides an entry line for numbers. This routine does not attempt to do any validation on the valid number ranges, but provides a button that will let the user bring up a calculator to fill in the value of the entry widget.  Gnome.NumberEntry("", "Select a number...");


Inherit Hbox

inherit GTK1.Hbox : Hbox


Method create

Gnome.NumberEntry Gnome.NumberEntry(string history_id, string calc_dialog_title)

Description

Creates a new number entry widget, with a history id and title for the calculator dialog.