Gtk.calendar Gtk.obj ->
object
  val obj : Gtk.calendar Gtk.obj
  method as_widget : Gtk.widget Gtk.obj
  method clear_marks : unit
  method coerce : GObj.widget
  method connect : GMisc.calendar_signals
  method date : int * int * int
  method day : int
  method destroy : unit -> unit
  method display_options : Gtk.Tags.calendar_display_options list -> unit
  method drag : GObj.drag_ops
  method event : GObj.event_ops
  method freeze : unit -> unit
  method get_oid : int
  method is_day_marked : int -> bool
  method mark_day : int -> unit
  method misc : GObj.misc_ops
  method month : int
  method num_marked_dates : int
  method select_day : int -> unit
  method select_month : month:int -> year:int -> unit
  method set_day : int -> unit
  method set_month : int -> unit
  method set_year : int -> unit
  method thaw : unit -> unit
  method unmark_day : int -> unit
  method year : int
end