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 |
- newtype StackSidebar = StackSidebar (ForeignPtr StackSidebar)
- class GObject o => StackSidebarK o
- toStackSidebar :: StackSidebarK o => o -> IO StackSidebar
- noStackSidebar :: Maybe StackSidebar
- stackSidebarGetStack :: (MonadIO m, StackSidebarK a) => a -> m Stack
- stackSidebarNew :: MonadIO m => m StackSidebar
- stackSidebarSetStack :: (MonadIO m, StackSidebarK a, StackK b) => a -> b -> m ()
- data StackSidebarStackPropertyInfo
- constructStackSidebarStack :: StackK a => a -> IO ([Char], GValue)
- getStackSidebarStack :: (MonadIO m, StackSidebarK o) => o -> m Stack
- setStackSidebarStack :: (MonadIO m, StackSidebarK o, StackK a) => o -> a -> m ()
Exported types
newtype StackSidebar Source
class GObject o => StackSidebarK o Source
(GObject o, IsDescendantOf StackSidebar o) => StackSidebarK o Source |
toStackSidebar :: StackSidebarK o => o -> IO StackSidebar Source
Methods
stackSidebarGetStack
stackSidebarGetStack :: (MonadIO m, StackSidebarK a) => a -> m Stack Source
stackSidebarNew
stackSidebarNew :: MonadIO m => m StackSidebar Source
stackSidebarSetStack
stackSidebarSetStack :: (MonadIO m, StackSidebarK a, StackK b) => a -> b -> m () Source
Properties
Stack
data StackSidebarStackPropertyInfo Source
AttrInfo StackSidebarStackPropertyInfo Source | |
type AttrLabel StackSidebarStackPropertyInfo = "StackSidebar::stack" Source | |
type AttrGetType StackSidebarStackPropertyInfo = Stack Source | |
type AttrBaseTypeConstraint StackSidebarStackPropertyInfo = StackSidebarK Source | |
type AttrSetTypeConstraint StackSidebarStackPropertyInfo = StackK Source | |
type AttrAllowedOps StackSidebarStackPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source |
getStackSidebarStack :: (MonadIO m, StackSidebarK o) => o -> m Stack Source
setStackSidebarStack :: (MonadIO m, StackSidebarK o, StackK a) => o -> a -> m () Source