Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.GIGtkStrut
Documentation
data StrutPosition Source #
Instances
Eq StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut Methods (==) :: StrutPosition -> StrutPosition -> Bool # (/=) :: StrutPosition -> StrutPosition -> Bool # | |
Read StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut Methods readsPrec :: Int -> ReadS StrutPosition # readList :: ReadS [StrutPosition] # | |
Show StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut Methods showsPrec :: Int -> StrutPosition -> ShowS # show :: StrutPosition -> String # showList :: [StrutPosition] -> ShowS # |
data StrutAlignment Source #
Instances
Eq StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut Methods (==) :: StrutAlignment -> StrutAlignment -> Bool # (/=) :: StrutAlignment -> StrutAlignment -> Bool # | |
Read StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut Methods readsPrec :: Int -> ReadS StrutAlignment # readList :: ReadS [StrutAlignment] # | |
Show StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut Methods showsPrec :: Int -> StrutAlignment -> ShowS # show :: StrutAlignment -> String # showList :: [StrutAlignment] -> ShowS # |
Constructors
ExactSize Int32 | |
ScreenRatio Rational |
data StrutConfig Source #
Constructors
StrutConfig | |
Fields |
Instances
Eq StrutConfig Source # | |
Defined in Graphics.UI.GIGtkStrut | |
Show StrutConfig Source # | |
Defined in Graphics.UI.GIGtkStrut Methods showsPrec :: Int -> StrutConfig -> ShowS # show :: StrutConfig -> String # showList :: [StrutConfig] -> ShowS # |
buildStrutWindow :: MonadIO m => StrutConfig -> m Window Source #
setupStrutWindow :: MonadIO m => StrutConfig -> Window -> m () Source #
allHints :: [WindowHints] Source #