Class 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.