|
Public Member Functions |
| virtual | ~NumberEditor () |
| HildonNumberEditor * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonNumberEditor * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | NumberEditor (int min, int max) |
| void | set_range (int min, int max) |
| | Sets accepted number range for editor.
|
| int | get_value () const |
| void | set_value (int value) |
| | Sets numeric value for number editor.
|
Glib::SignalProxy1< bool,
NumberEditorErrorType > | signal_range_error () |
Related Functions |
(Note that these are not member functions.)
|
| Hildon::NumberEditor * | wrap (HildonNumberEditor *object, bool take_copy=false) |