gtkCalendarGetDate {RGtk2} | R Documentation |
Obtains the selected date from a GtkCalendar
.
gtkCalendarGetDate(object)
|
[GtkCalendar ] a GtkCalendar |
A list containing the following elements:
|
[numeric] location to store the year number, or NULL |
|
[numeric] location to store the month number (between 0 and 11), or NULL |
|
[numeric] location to store the day number (between 1 and 31), or NULL |
Derived by RGtkGen from GTK+ documentation