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

HTk.Kernel.GridPackOptions

Description

Pack options for the grid geometry manager.

Synopsis

Documentation

data GridPackOption Source

Various pack options of the grid geometry manager.

Constructors

Column Int

the column to pack the widget

Row Int

the row to pack the widget

GridPos (Int, Int)

row column and row to pack the widget

Sticky StickyKind

pack widgets sticky to the grid (see type codeStickyKind/code)

Columnspan Int

columnspan like HTML

Rowspan Int

rowspan like HTML

GridPadX Int

horizontal pad

GridPadY Int

vertical pad

GridIPadX Int

inner horizontal pad

GridIPadY Int

inner vertical pad

Instances

data StickyKind Source

The StickyKind datatype - sticky packing to the grid.

Constructors

N 
S 
E 
W 
NS 
NE 
NW 
SE 
SW 
EW 
NSE 
NSW 
NEW 
SEW 
NSEW 

Instances

Show StickyKind

Internal.