| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.StackSwitcher
Contents
Description
- newtype StackSwitcher = StackSwitcher (ForeignPtr StackSwitcher)
- class GObject o => StackSwitcherK o
- toStackSwitcher :: StackSwitcherK o => o -> IO StackSwitcher
- noStackSwitcher :: Maybe StackSwitcher
- data StackSwitcherGetStackMethodInfo
- stackSwitcherGetStack :: (MonadIO m, StackSwitcherK a) => a -> m Stack
- stackSwitcherNew :: MonadIO m => m StackSwitcher
- data StackSwitcherSetStackMethodInfo
- stackSwitcherSetStack :: (MonadIO m, StackSwitcherK a, StackK b) => a -> Maybe b -> m ()
- data StackSwitcherStackPropertyInfo
- clearStackSwitcherStack :: (MonadIO m, StackSwitcherK o) => o -> m ()
- constructStackSwitcherStack :: StackK a => a -> IO ([Char], GValue)
- getStackSwitcherStack :: (MonadIO m, StackSwitcherK o) => o -> m Stack
- setStackSwitcherStack :: (MonadIO m, StackSwitcherK o, StackK a) => o -> a -> m ()
- stackSwitcherStack :: AttrLabelProxy "stack"
Exported types
newtype StackSwitcher Source
Constructors
| StackSwitcher (ForeignPtr StackSwitcher) |
Instances
| GObject StackSwitcher | |
| ((~) * info (ResolveStackSwitcherMethod t StackSwitcher), MethodInfo * info StackSwitcher p) => IsLabelProxy t (StackSwitcher -> p) | |
| type ParentTypes StackSwitcher | |
| type AttributeList StackSwitcher | |
| type SignalList StackSwitcher |
class GObject o => StackSwitcherK o Source
Instances
| (GObject o, IsDescendantOf StackSwitcher o) => StackSwitcherK o |
toStackSwitcher :: StackSwitcherK o => o -> IO StackSwitcher Source
Methods
stackSwitcherGetStack
data StackSwitcherGetStackMethodInfo Source
Instances
| ((~) * signature (m Stack), MonadIO m, StackSwitcherK a) => MethodInfo * StackSwitcherGetStackMethodInfo a signature |
stackSwitcherGetStack :: (MonadIO m, StackSwitcherK a) => a -> m Stack Source
stackSwitcherNew
stackSwitcherNew :: MonadIO m => m StackSwitcher Source
stackSwitcherSetStack
data StackSwitcherSetStackMethodInfo Source
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, StackSwitcherK a, StackK b) => MethodInfo * StackSwitcherSetStackMethodInfo a signature |
stackSwitcherSetStack :: (MonadIO m, StackSwitcherK a, StackK b) => a -> Maybe b -> m () Source
Properties
Stack
data StackSwitcherStackPropertyInfo Source
Instances
| AttrInfo StackSwitcherStackPropertyInfo | |
| type AttrLabel StackSwitcherStackPropertyInfo = "stack" | |
| type AttrGetType StackSwitcherStackPropertyInfo = Stack | |
| type AttrBaseTypeConstraint StackSwitcherStackPropertyInfo = StackSwitcherK | |
| type AttrSetTypeConstraint StackSwitcherStackPropertyInfo = StackK | |
| type AttrAllowedOps StackSwitcherStackPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))) |
clearStackSwitcherStack :: (MonadIO m, StackSwitcherK o) => o -> m () Source
getStackSwitcherStack :: (MonadIO m, StackSwitcherK o) => o -> m Stack Source
setStackSwitcherStack :: (MonadIO m, StackSwitcherK o, StackK a) => o -> a -> m () Source
stackSwitcherStack :: AttrLabelProxy "stack" Source