Class GMisc.calendar
Display a calendar and/or allow the user to select a date @gtkdoc gtk GtkCalendar
inherit GObj.widget
val obj : Gtk.calendar Gtk.obj
method day : intmethod month : intmethod year : intmethod set_day : int -> unitmethod set_month : int -> unitmethod set_year : int -> unitmethod event : GObj.event_opsmethod clear_marks : unitmethod connect : calendar_signalsmethod date : int * int * intmethod mark_day : int -> unitmethod select_day : int -> unitmethod select_month : month:int -> year:int -> unitmethod unmark_day : int -> unitmethod set_display_options : Gtk.Tags.calendar_display_options list -> unit