package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Calendar/class-calendar/index.html

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