| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.GIGtkStrut
Documentation
data StrutPosition Source #
Instances
| Eq StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut | |
| Read StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut Methods readsPrec :: Int -> ReadS StrutPosition readList :: ReadS [StrutPosition] readPrec :: ReadPrec StrutPosition readListPrec :: ReadPrec [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] readPrec :: ReadPrec StrutAlignment readListPrec :: ReadPrec [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 :: (MonadFail m, MonadIO m) => StrutConfig -> m Window Source #
setupStrutWindow :: (MonadFail m, MonadIO m) => StrutConfig -> Window -> m () Source #
allHints :: [WindowHints] Source #