package ocgtk

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

Class Calendar.calendar

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method on_day_selected : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_next_month : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_next_year : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_prev_month : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_prev_year : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method clear_marks : unit -> unit
method get_day : unit -> int
method get_day_is_marked : int -> bool
method get_month : unit -> int
method get_show_day_names : unit -> bool
method get_show_heading : unit -> bool
method get_show_week_numbers : unit -> bool
method get_year : unit -> int
method mark_day : int -> unit
method set_day : int -> unit
method set_month : int -> unit
method set_show_day_names : bool -> unit
method set_show_heading : bool -> unit
method set_show_week_numbers : bool -> unit
method set_year : int -> unit
method unmark_day : int -> unit
method as_calendar : Ocgtk_gtk__.Calendar.t