| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
HTk.Kernel.Resources
Description
Basic resources used with object configuration options.
- data State
- data Justify
- data Relief
- data Anchor
- data Toggle
- toggle :: Toggle -> Toggle
- data Orientation
- data Alignment
- data Flexibility
- type CreationConfig w = IO String
- showCreationConfigs :: [CreationConfig a] -> IO String
Documentation
The State datatype - the state of certain widgets
can be normal, disabled or active.
The Justify datatype - representing a text justification.
Constructors
| JustLeft | |
| JustCenter | |
| JustRight |
The Relief datatype - represents the relief of certain
widgets.
The Anchor datatype - used for different purposes, e.g.
text anchors or anchor positions of canvas items.
A simple Toggle datatype - used for different purposes.
data Orientation Source #
The Orientation datatype - used for different purposes.
Constructors
| Horizontal | |
| Vertical |
Instances
| Enum Orientation Source # | |
| Eq Orientation Source # | |
| Ord Orientation Source # | |
| Read Orientation Source # | Internal. |
| Show Orientation Source # | Internal. |
| GUIValue Orientation Source # | Internal. |
The Alignment datatype - widget alignment etc.
data Flexibility Source #
The Flexibility datatype - used in the context of boxes
(see containers).
type CreationConfig w = IO String Source #
Internal.
showCreationConfigs :: [CreationConfig a] -> IO String Source #
Internal.