man GMisc.calendar () - Display a calendar and/or allow the user to select a date
NAME
GMisc.calendar - Display a calendar and/or allow the user to select a date
Class
Class GMisc.calendar
Documentation
class calendar : Gtk.calendar Gtk.obj -> object end
Display a calendar and/or allow the user to select a date
Parameters:
- ""
Gtk.calendar Gtk.obj
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 : GMisc.calendar_signals
method date : int * int * int
method display_options : Gtk.Tags.calendar_display_options list -> unit
method freeze : unit -> unit
method mark_day : int -> unit
method select_day : int -> unit
method select_month : month:int -> year:int -> unit
method thaw : unit -> unit
method unmark_day : int -> unit
method is_day_marked : int -> bool
method num_marked_dates : int