Class GMisc.calendar

class calendar : Gtk.calendar Gtk.obj -> object .. end

Display a calendar and/or allow the user to select a date


Inherits
val obj : Gtk.calendar Gtk.obj
method day : int
method month : int
method year : int
method set_day : int -> unit
method set_month : int -> unit
method set_year : int -> unit
method event : GObj.event_ops
method clear_marks : unit
method connect : calendar_signals
method date : int * int * int
method mark_day : int -> unit
method select_day : int -> unit
method select_month : month:int -> year:int -> unit
method unmark_day : int -> unit
method set_display_options : Gtk.Tags.calendar_display_options list -> unit