Description
Displays a calendar and allows the user to select a dateMethods and Functions
gtkCalendarNew(show = TRUE)
gtkCalendarSelectMonth(object, month, year)
gtkCalendarSelectDay(object, day)
gtkCalendarMarkDay(object, day)
gtkCalendarUnmarkDay(object, day)
gtkCalendarClearMarks(object)
gtkCalendarGetDisplayOptions(object)
gtkCalendarSetDisplayOptions(object, flags)
gtkCalendarGetDate(object)
gtkCalendarSetDetailFunc(object, func, data)
gtkCalendarGetDetailWidthChars(object)
gtkCalendarSetDetailWidthChars(object, chars)
gtkCalendarGetDetailHeightRows(object)
gtkCalendarSetDetailHeightRows(object, rows)
gtkCalendarDisplayOptions(object, flags)
gtkCalendarFreeze(object)
gtkCalendarThaw(object)
gtkCalendar(show = TRUE)
Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkCalendarInterfaces
GtkCalendar implements
AtkImplementorIface and GtkBuildable
.Convenient Construction
gtkCalendar
is the equivalent of gtkCalendarNew
.References
http://library.gnome.org/devel//gtk/GtkCalendar.html