|
Public Member Functions |
| virtual | ~DateEditor () |
| HildonDateEditor * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonDateEditor * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | DateEditor () |
| void | set_date (guint year, guint month, guint day) |
| | Sets the date shown in the editor.
|
| void | get_date (guint &year, guint &month, guint &day) |
| bool | set_year (guint year) |
| | Sets the year shown in the editor.
|
| bool | set_month (guint month) |
| | Sets the month shown in the editor.
|
| bool | set_day (guint day) |
| | Sets the day shown in the editor.
|
| guint | get_year () const |
| guint | get_month () const |
| | Gets the month shown in the editor.
|
| guint | get_day () const |
| | Gets the day shown in the editor.
|
Related Functions |
(Note that these are not member functions.)
|
| Hildon::DateEditor * | wrap (HildonDateEditor *object, bool take_copy=false) |