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/Column_view_row/class-column_view_row/index.html

Class Column_view_row.column_view_row

method get_accessible_description : unit -> string
method get_accessible_label : unit -> string
method get_activatable : unit -> bool
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_focusable : bool -> unit
method set_selectable : bool -> unit
method as_column_view_row : Ocgtk_gtk__.Column_view_row.t