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/Grid/class-grid/index.html

Class Grid.grid

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GOrientable.orientable_t
method attach : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> int -> int -> int -> int -> unit
method attach_next_to : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> Ocgtk_gtk__.Gtk_enums.positiontype -> int -> int -> unit
method get_baseline_row : unit -> int
method get_child_at : int -> int -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_column_homogeneous : unit -> bool
method get_column_spacing : unit -> int
method get_row_baseline_position : int -> Ocgtk_gtk__.Gtk_enums.baselineposition
method get_row_homogeneous : unit -> bool
method get_row_spacing : unit -> int
method insert_column : int -> unit
method insert_next_to : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> Ocgtk_gtk__.Gtk_enums.positiontype -> unit
method insert_row : int -> unit
method remove : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method remove_column : int -> unit
method remove_row : int -> unit
method set_baseline_row : int -> unit
method set_column_homogeneous : bool -> unit
method set_column_spacing : int -> unit
method set_row_baseline_position : int -> Ocgtk_gtk__.Gtk_enums.baselineposition -> unit
method set_row_homogeneous : bool -> unit
method set_row_spacing : int -> unit
method as_grid : Ocgtk_gtk__.Grid.t