| 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 Source # (/=) :: StrutPosition -> StrutPosition -> Bool Source # | |
| Read StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut | |
| Show StrutPosition Source # | |
Defined in Graphics.UI.GIGtkStrut | |
data StrutAlignment Source #
Instances
| Eq StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut Methods (==) :: StrutAlignment -> StrutAlignment -> Bool Source # (/=) :: StrutAlignment -> StrutAlignment -> Bool Source # | |
| Read StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut | |
| Show StrutAlignment Source # | |
Defined in Graphics.UI.GIGtkStrut | |
Constructors
| ExactSize Int32 | |
| ScreenRatio Rational |
data StrutConfig Source #
Constructors
| StrutConfig | |
Fields | |
Instances
| Eq StrutConfig Source # | |
Defined in Graphics.UI.GIGtkStrut Methods (==) :: StrutConfig -> StrutConfig -> Bool Source # (/=) :: StrutConfig -> StrutConfig -> Bool Source # | |
| Show StrutConfig Source # | |
Defined in Graphics.UI.GIGtkStrut | |
buildStrutWindow :: (MonadFail m, MonadIO m) => StrutConfig -> m Window Source #
setupStrutWindow :: (MonadFail m, MonadIO m) => StrutConfig -> Window -> m () Source #
allHints :: [WindowHints] Source #