uni-htk-2.2.1.2: Graphical User Interface for Haskell Programs

Safe HaskellNone
LanguageHaskell98

HTk.Kernel.PackOptions

Description

Packing options for the pack geometry manager.

Synopsis

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

Internal.

data SideSpec Source

The SideSpec datatype.

Constructors

AtLeft 
AtRight 
AtTop 
AtBottom 

Instances

Show SideSpec

Internal.

data FillSpec Source

The FillSpec datatype.

Constructors

X 
Y 
Both 
None 

Instances

Show FillSpec

Internal.