Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::CalendarPopup:
The pop-up is cancelled by pressing the ESC key. If an entered date is invalid, an information message will be shown.
See also Hildon::DateEditor and Hildon::TimeEditor.
Public Member Functions | ||||
CalendarPopup (Gtk::Window& parent, guint year, guint month, guint day) | ||||
CalendarPopup (guint year, guint month, guint day) | ||||
void | get_date (guint& year, guint& month, guint& day) const | |||
Gets the currently selected year, month, and day. | ||||
const HildonCalendarPopup* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonCalendarPopup* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_date (guint year, guint month, guint day) | |||
activates a new date on the calendar popup. | ||||
virtual | ~CalendarPopup () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::CalendarPopup* | wrap (HildonCalendarPopup* object, bool take_copy=false) | |||
|
virtual Hildon::CalendarPopup::~CalendarPopup | ( | ) | [virtual] |
Hildon::CalendarPopup::CalendarPopup | ( | guint | year, | |
guint | month, | |||
guint | day | |||
) |
Hildon::CalendarPopup::CalendarPopup | ( | Gtk::Window & | parent, | |
guint | year, | |||
guint | month, | |||
guint | day | |||
) |
void Hildon::CalendarPopup::get_date | ( | guint & | year, | |
guint & | month, | |||
guint & | day | |||
) | const |
Gets the currently selected year, month, and day.
year | Year. | |
month | Month. | |
day | Day. |
const HildonCalendarPopup* Hildon::CalendarPopup::gobj | ( | ) | const [inline] |
HildonCalendarPopup* Hildon::CalendarPopup::gobj | ( | ) | [inline] |
void Hildon::CalendarPopup::set_date | ( | guint | year, | |
guint | month, | |||
guint | day | |||
) |
activates a new date on the calendar popup.
year | Year. | |
month | Month. | |
day | Day. |
Hildon::CalendarPopup* wrap | ( | HildonCalendarPopup * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |