|
Public Member Functions |
| virtual | ~WeekdayPicker () |
| HildonWeekdayPicker * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonWeekdayPicker * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | WeekdayPicker () |
| void | set_day (Glib::Date::Weekday day) |
| | Sets specified weekday active.
|
| void | unset_day (Glib::Date::Weekday day) |
| | Sets specified weekday inactive.
|
| void | toggle_day (Glib::Date::Weekday day) |
| | Toggles current status of the specified weekday.
|
| void | set_all () |
| | Sets all weekdays active.
|
| void | unset_all () |
| | Sets all weekdays inactive.
|
| bool | isset_day (Glib::Date::Weekday day) const |
| | Checks if the specified weekday is set active.
|
Related Functions |
(Note that these are not member functions.)
|
| Hildon::WeekdayPicker * | wrap (HildonWeekdayPicker *object, bool take_copy=false) |