| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
HTk.Kernel.PackOptions
Description
Packing options for the pack geometry manager.
Documentation
data PackOption Source #
Constructors
| Side SideSpec | side to pack the widget |
| Fill FillSpec | orientations to fill. |
| Expand Toggle | expand toggle |
| IPadX Distance | inner horizontal pad |
| IPadY Distance | inner vertical pad |
| PadX Distance | horizontal pad |
| PadY Distance | vertical pad |
| Anchor Anchor | anchor position |
Instances
| Show PackOption Source # | Internal. |
The SideSpec datatype.
The FillSpec datatype.
showPackOptions :: [PackOption] -> String Source #
Internal.