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/List_item/class-list_item/index.html

Class List_item.list_item

method get_accessible_description : unit -> string
method get_accessible_label : unit -> string
method get_activatable : unit -> bool
method get_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_focusable : unit -> bool
method get_item : unit -> [ `object_ ] Gobject.obj option
method get_position : unit -> int
method get_selectable : unit -> bool
method get_selected : unit -> bool
method set_accessible_description : string -> unit
method set_accessible_label : string -> unit
method set_activatable : bool -> unit
method set_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_focusable : bool -> unit
method set_selectable : bool -> unit
method as_list_item : Ocgtk_gtk__.List_item.t