class calendar :Display a calendar and/or allow the user to select a dateGtk.calendar Gtk.obj ->object..end
val obj : Gtk.calendar Gtk.objmethod 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 display_options : Gtk.Tags.calendar_display_options list -> unitmethod freeze : unit -> unitmethod mark_day : int -> unitmethod select_day : int -> unitmethod select_month : month:int -> year:int -> unitmethod thaw : unit -> unitmethod unmark_day : int -> unitmethod is_day_marked : int -> boolmethod num_marked_dates : int