package ocgtk

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

Module Wrappers.Stack_switcher

type t = [ `stack_switcher | `widget | `initially_unowned | `object_ ] Gobject.obj
val new_ : unit -> t

Create a new StackSwitcher

val set_stack : t -> [ `stack | `widget | `initially_unowned | `object_ ] Gobject.obj option -> unit

Sets the stack to control.

val get_stack : t -> [ `stack | `widget | `initially_unowned | `object_ ] Gobject.obj option

Retrieves the stack.