package ocgtk

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

Class Stack.stack

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method add_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> Ocgtk_gtk__.GStack_page.stack_page_t
method add_named : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> string option -> Ocgtk_gtk__.GStack_page.stack_page_t
method add_titled : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> string option -> string -> Ocgtk_gtk__.GStack_page.stack_page_t
method get_child_by_name : string -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_hhomogeneous : unit -> bool
method get_interpolate_size : unit -> bool
method get_page : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> Ocgtk_gtk__.GStack_page.stack_page_t
method get_pages : unit -> Ocgtk_gtk__.GSelection_model.selection_model_t
method get_transition_duration : unit -> int
method get_transition_running : unit -> bool
method get_transition_type : unit -> Ocgtk_gtk__.Gtk_enums.stacktransitiontype
method get_vhomogeneous : unit -> bool
method get_visible_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_visible_child_name : unit -> string option
method remove : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method set_hhomogeneous : bool -> unit
method set_interpolate_size : bool -> unit
method set_transition_duration : int -> unit
method set_transition_type : Ocgtk_gtk__.Gtk_enums.stacktransitiontype -> unit
method set_vhomogeneous : bool -> unit
method set_visible_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit
method set_visible_child_full : string -> Ocgtk_gtk__.Gtk_enums.stacktransitiontype -> unit
method set_visible_child_name : string -> unit
method as_stack : Ocgtk_gtk__.Stack.t