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