|
|
|
|
|
| Description |
| Basic resources used with object configuration options. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data State |
| The State datatype - the state of certain widgets
can be normal, disabled or active. | | Constructors | | | Instances | |
|
|
| data Justify |
| Constructors | | JustLeft | | | JustCenter | | | JustRight | |
| | Instances | |
|
|
| data Relief |
| Constructors | | Groove | | | Ridge | | | Flat | | | Sunken | | | Raised | |
| | Instances | |
|
|
| data Anchor |
| Constructors | | SouthEast | | | South | | | SouthWest | | | East | | | Center | | | West | | | NorthEast | | | North | | | NorthWest | |
| | Instances | |
|
|
| data Toggle |
|
|
| toggle :: Toggle -> Toggle |
|
| data Orientation |
|
|
| data Alignment |
| The Alignment datatype - widget alignment etc. | | Constructors | | Top | | | InCenter | | | Bottom | | | Baseline | |
| | Instances | |
|
|
| data Flexibility |
| The Flexibility datatype - used in the context of boxes
(see containers). | | Constructors | |
|
|
| type CreationConfig w = IO String |
| Internal. |
|
| showCreationConfigs :: [CreationConfig a] -> IO String |
| Internal. |
|
| Produced by Haddock version 0.3 |