HTk.Kernel.Resources
Description
Basic resources used with object configuration options.
- data State
- data Justify
- = JustLeft
- | JustCenter
- | JustRight
- data Relief
- data Anchor
- data Toggle
- toggle :: Toggle -> Toggle
- data Orientation
- = Horizontal
- | Vertical
- 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 | |
| Eq Orientation | |
| Ord Orientation | |
| Read Orientation | Internal. |
| Show Orientation | Internal. |
| GUIValue Orientation | 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 StringSource
Internal.
showCreationConfigs :: [CreationConfig a] -> IO StringSource
Internal.