|
Public Member Functions |
| virtual | ~RangeEditor () |
| HildonRangeEditor * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonRangeEditor * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | RangeEditor () |
| | RangeEditor (const Glib::ustring &separator) |
| void | set_range (int start, int end) |
| | Sets a range to the editor.
|
| void | get_range (int &start, int &end) const |
| | Gets the range of the HildonRangeEditor widget.
|
| void | set_limits (int start, int end) |
| | Sets the range of the HildonRangeEditor widget.
|
| void | set_lower (int value) |
| void | set_higher (int value) |
| int | get_lower () const |
| int | get_higher () const |
| void | set_min (int value) |
| void | set_max (int value) |
| int | get_min () const |
| int | get_max () const |
| void | set_separator (const Glib::ustring &separator) |
| Glib::ustring | get_separator () const |
Related Functions |
(Note that these are not member functions.)
|
| Hildon::RangeEditor * | wrap (HildonRangeEditor *object, bool take_copy=false) |