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/Tree_view_column/class-tree_view_column/index.html

Class Tree_view_column.tree_view_column

inherit Ocgtk_gtk__.GBuildable.buildable_t
inherit Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_layout_t
method on_clicked : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method cell_is_visible : unit -> bool
method cell_set_cell_data : Ocgtk_gtk__.GTree_model.tree_model_t -> Ocgtk_gtk__.Tree_iter.t -> bool -> bool -> unit
method clicked : unit -> unit
method focus_cell : Ocgtk_gtk__.GCell_renderer.cell_renderer_t -> unit
method get_alignment : unit -> float
method get_button : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method get_clickable : unit -> bool
method get_expand : unit -> bool
method get_fixed_width : unit -> int
method get_max_width : unit -> int
method get_min_width : unit -> int
method get_reorderable : unit -> bool
method get_resizable : unit -> bool
method get_sizing : unit -> Ocgtk_gtk__.Gtk_enums.treeviewcolumnsizing
method get_sort_column_id : unit -> int
method get_sort_indicator : unit -> bool
method get_sort_order : unit -> Ocgtk_gtk__.Gtk_enums.sorttype
method get_spacing : unit -> int
method get_title : unit -> string
method get_tree_view : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_visible : unit -> bool
method get_widget : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_width : unit -> int
method get_x_offset : unit -> int
method queue_resize : unit -> unit
method set_alignment : float -> unit
method set_clickable : bool -> unit
method set_expand : bool -> unit
method set_fixed_width : int -> unit
method set_max_width : int -> unit
method set_min_width : int -> unit
method set_reorderable : bool -> unit
method set_resizable : bool -> unit
method set_sizing : Ocgtk_gtk__.Gtk_enums.treeviewcolumnsizing -> unit
method set_sort_column_id : int -> unit
method set_sort_indicator : bool -> unit
method set_sort_order : Ocgtk_gtk__.Gtk_enums.sorttype -> unit
method set_spacing : int -> unit
method set_title : string -> unit
method set_visible : bool -> unit
method set_widget : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method cell_area : Ocgtk_gtk__.GCell_area_and__cell_area_context_and__cell_layout.cell_area_t
method as_tree_view_column : Ocgtk_gtk__.Tree_view_column.t