gtk3-0.14.9: Binding to the Gtk+ 3 graphical user interface library

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Layout.StackSwitcher

Contents

Description

A widget which controls the alignment and size of its child

Synopsis

Detail

Class Hierarchy

| GObject
| +----Object
| +----Widget
| +----Container
| +----Box
| +----StackSwitcher

Types

toStackSwitcher :: StackSwitcherClass o => o -> StackSwitcher Source #

Constructors

Methods

stackSwitcherSetStack :: (StackSwitcherClass self, StackClass stack) => self -> stack -> IO () Source #

Sets the stack to control.

stackSwitcherGetStack :: StackSwitcherClass self => self -> IO (Maybe Stack) Source #

Retrieves the stack.

Attributes

stackSwitcherIconSize :: StackSwitcherClass self => Attr self Int Source #

Use the "icon-size" property to change the size of the image displayed when a GtkStackSwitcher is displaying icons.

Default value: 1

stackSwitcherStack :: (StackSwitcherClass self, StackClass stack) => ReadWriteAttr self (Maybe Stack) (Maybe stack) Source #

The Stack controlled by this StackSwitcher.