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

Safe HaskellSafe
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

data SideSpec Source #

The SideSpec datatype.

Constructors

AtLeft 
AtRight 
AtTop 
AtBottom 

Instances

data FillSpec Source #

The FillSpec datatype.

Constructors

X 
Y 
Both 
None 

Instances