|
Public Member Functions |
| virtual | ~SortDialog () |
| HildonSortDialog * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonSortDialog * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | SortDialog () |
| int | get_sort_key () const |
| | Gets index to currently active sort key.
|
| GtkSortType | get_sort_order () const |
| | Gets current sorting order from "Sort order" field.
|
| void | set_sort_key (int key) |
| | Sets the index value of the Hildon::SortDialog widget.
|
| void | set_sort_order (Gtk::SortType order) |
| | Sets the index value of the Hildon::SortDialog widget.
|
| int | add_sort_key (const Glib::ustring &sort_key) |
| | Adds a new sort key and returns the respective index in sort key combobox.
|
Related Functions |
(Note that these are not member functions.)
|
| Hildon::SortDialog * | wrap (HildonSortDialog *object, bool take_copy=false) |