package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Display a calendar and/or allow the user to select a date @gtkdoc gtk GtkCalendar

inherit GObj.widget
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