package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Grid_layout.grid_layout

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.layout_manager_t
method get_baseline_row : unit -> int
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 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_layout : Ocgtk_gtk__.Grid_layout.t