package ocgtk

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

Class Flow_box.flow_box

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 on_activate_cursor_child : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_child_activated : ?after:bool -> callback:(child:Ocgtk_gtk__.GFlow_box_child.flow_box_child_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_move_cursor : ?after:bool -> callback: (step:Ocgtk_gtk__.Gtk_enums.movementstep -> count:int -> extend:bool -> modify:bool -> bool) -> unit -> Gobject.Signal.handler_id
method on_select_all : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_selected_children_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_toggle_cursor_child : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_unselect_all : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method append : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method get_activate_on_single_click : unit -> bool
method get_child_at_index : int -> Ocgtk_gtk__.GFlow_box_child.flow_box_child_t option
method get_child_at_pos : int -> int -> Ocgtk_gtk__.GFlow_box_child.flow_box_child_t option
method get_column_spacing : unit -> int
method get_homogeneous : unit -> bool
method get_max_children_per_line : unit -> int
method get_min_children_per_line : unit -> int
method get_row_spacing : unit -> int
method get_selected_children : unit -> Ocgtk_gtk__.GFlow_box_child.flow_box_child_t list
method get_selection_mode : unit -> Ocgtk_gtk__.Gtk_enums.selectionmode
method insert : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> int -> unit
method invalidate_filter : unit -> unit
method invalidate_sort : unit -> unit
method prepend : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method remove : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method remove_all : unit -> unit
method select_all : unit -> unit
method select_child : Ocgtk_gtk__.GFlow_box_child.flow_box_child_t -> unit
method set_activate_on_single_click : bool -> unit
method set_column_spacing : int -> unit
method set_hadjustment : Ocgtk_gtk__.GAdjustment.adjustment_t -> unit
method set_homogeneous : bool -> unit
method set_max_children_per_line : int -> unit
method set_min_children_per_line : int -> unit
method set_row_spacing : int -> unit
method set_selection_mode : Ocgtk_gtk__.Gtk_enums.selectionmode -> unit
method set_vadjustment : Ocgtk_gtk__.GAdjustment.adjustment_t -> unit
method unselect_all : unit -> unit
method unselect_child : Ocgtk_gtk__.GFlow_box_child.flow_box_child_t -> unit
method accept_unpaired_release : bool
method set_accept_unpaired_release : bool -> unit
method as_flow_box : Ocgtk_gtk__.Flow_box.t