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_column/class-column_view_column/index.html

Class Column_view_column.column_view_column

method get_column_view : unit -> Ocgtk_gtk__.GColumn_view_and__column_view_column.column_view_t option
method get_expand : unit -> bool
method get_factory : unit -> Ocgtk_gtk__.GList_item_factory.list_item_factory_t option
method get_fixed_width : unit -> int
method get_header_menu : unit -> Ocgtk_gio.Gio.Menu_model.menu_model_t option
method get_id : unit -> string option
method get_resizable : unit -> bool
method get_sorter : unit -> Ocgtk_gtk__.GSorter.sorter_t option
method get_title : unit -> string option
method get_visible : unit -> bool
method set_expand : bool -> unit
method set_factory : Ocgtk_gtk__.GList_item_factory.list_item_factory_t option -> unit
method set_fixed_width : int -> unit
method set_header_menu : Ocgtk_gio.Gio.Menu_model.menu_model_t option -> unit
method set_id : string option -> unit
method set_resizable : bool -> unit
method set_sorter : Ocgtk_gtk__.GSorter.sorter_t option -> unit
method set_title : string option -> unit
method set_visible : bool -> unit
method as_column_view_column : Ocgtk_gtk__.Column_view_and__column_view_column.Column_view_column.t