It has three entry fields (day, month, year) and an icon button, which allows the user to choose a date by opening a HildonCalendar::Popup dialog.
|
Public Member Functions |
| | DateEditor () |
| void | get_date (guint& year, guint& month, guint& day) const |
| guint | get_day () const |
| | Gets the day shown in the editor.
|
| guint | get_month () const |
| | Gets the month shown in the editor.
|
| guint | get_year () const |
| const HildonDateEditor* | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| HildonDateEditor* | gobj () |
| | Provides access to the underlying C GtkObject.
|
| void | set_date (guint year, guint month, guint day) |
| | Sets the date shown in the editor.
|
| bool | set_day (guint day) |
| | Sets the day shown in the editor.
|
| bool | set_month (guint month) |
| | Sets the month shown in the editor.
|
| bool | set_year (guint year) |
| | Sets the year shown in the editor.
|
Glib::SignalProxy1< bool,
DateEditorErrorType > | signal_date_error () |
| virtual | ~DateEditor () |
Related Functions |
(Note that these are not member functions.)
|
| Hildon::DateEditor* | wrap (HildonDateEditor* object, bool take_copy=false) |