package ocgtk

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

Class Paned.paned

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
inherit Ocgtk_gtk__.GAccessible_range.accessible_range_t
inherit Ocgtk_gtk__.GOrientable.orientable_t
method on_accept_position : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_cancel_position : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_cycle_child_focus : ?after:bool -> callback:(reversed:bool -> bool) -> unit -> Gobject.Signal.handler_id
method on_cycle_handle_focus : ?after:bool -> callback:(reversed:bool -> bool) -> unit -> Gobject.Signal.handler_id
method on_move_handle : ?after:bool -> callback:(scroll_type:Ocgtk_gtk__.Gtk_enums.scrolltype -> bool) -> unit -> Gobject.Signal.handler_id
method on_toggle_handle_focus : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method get_end_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_position : unit -> int
method get_resize_end_child : unit -> bool
method get_resize_start_child : unit -> bool
method get_shrink_end_child : unit -> bool
method get_shrink_start_child : unit -> bool
method get_start_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_wide_handle : unit -> bool
method set_end_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_position : int -> unit
method set_resize_end_child : bool -> unit
method set_resize_start_child : bool -> unit
method set_shrink_end_child : bool -> unit
method set_shrink_start_child : bool -> unit
method set_start_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_wide_handle : bool -> unit
method max_position : int
method min_position : int
method position_set : bool
method set_position_set : bool -> unit
method as_paned : Ocgtk_gtk__.Paned.t