HildonDateEditor HildonDateEditor is a simple widget with three entry field (day, month, year) and a icon (eventbox) the clicking of which opens up a HildonCalendarPopup. HildonDateEditor is a simple widget with three entry field (day, month, year) and a icon (eventbox) the clicking of which opens up a HildonCalendarPopup. gint y, m, d; .. date_editor = hildon_date_editor_new(); .. hildon_date_editor_get_date(date_editor, &y, &m, &d); .. @Returns: @date: @year: @month: @day: @date: @year: @month: @day: @hildondateeditor: the object which received the signal. @Returns: