Source code
Contents
Index
PackOptions
Description
Packing options for the pack geometry manager.
Synopsis
data
PackOption
=
Side
SideSpec
|
Fill
FillSpec
|
Expand
Toggle
|
IPadX
Distance
|
IPadY
Distance
|
PadX
Distance
|
PadY
Distance
|
Anchor
Anchor
data
SideSpec
=
AtLeft
|
AtRight
|
AtTop
|
AtBottom
data
FillSpec
=
X
|
Y
|
Both
|
None
showPackOptions
:: [
PackOption
] -> String
Documentation
data
PackOption
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
data
SideSpec
The
SideSpec
datatype.
Constructors
AtLeft
AtRight
AtTop
AtBottom
Instances
Show
SideSpec
data
FillSpec
The
FillSpec
datatype.
Constructors
X
Y
Both
None
Instances
Show
FillSpec
showPackOptions
:: [
PackOption
] -> String
Produced by
Haddock
version 0.3