Maeomm Reference Documentation: hildonsmm |
Hildon::DateSelector is a date widget with multiple columns. Users can choose a date by selecting values in the day, month and year columns.
Public Member Functions | |
DateSelector (int min_year, int max_year) | |
DateSelector () | |
void | get_date (guint& year, guint& month, guint& day) const |
const HildonDateSelector* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonDateSelector* | gobj () |
Provides access to the underlying C GtkObject. | |
bool | select_current_date (guint year, guint month, guint day) |
virtual | ~DateSelector () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::DateSelector* | wrap (HildonDateSelector* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Hildon::DateSelector::~DateSelector | ( | ) | [virtual] |
Hildon::DateSelector::DateSelector | ( | ) |
Hildon::DateSelector::DateSelector | ( | int | min_year, | |
int | max_year | |||
) | [explicit] |
void Hildon::DateSelector::get_date | ( | guint & | year, | |
guint & | month, | |||
guint & | day | |||
) | const |
const HildonDateSelector* Hildon::DateSelector::gobj | ( | ) | const [inline] |
HildonDateSelector* Hildon::DateSelector::gobj | ( | ) | [inline] |
bool Hildon::DateSelector::select_current_date | ( | guint | year, | |
guint | month, | |||
guint | day | |||
) |
Hildon::DateSelector* wrap | ( | HildonDateSelector * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |