package lablgtk3

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

Module GtkMiscProps.CalendarSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval select_month : [> `calendar ] Gtk.obj -> month:int -> year:int -> unit
Sourceval select_day : [> `calendar ] Gtk.obj -> int -> unit
Sourceval mark_day : [> `calendar ] Gtk.obj -> int -> unit
Sourceval unmark_day : [> `calendar ] Gtk.obj -> int -> unit
Sourceval clear_marks : [> `calendar ] Gtk.obj -> unit
Sourceval set_display_options : [> `calendar ] Gtk.obj -> Gtk.Tags.calendar_display_options list -> unit
Sourceval get_date : [> `calendar ] Gtk.obj -> int * int * int