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

Safe HaskellSafe
LanguageHaskell98

HTk.Kernel.Resources

Description

Basic resources used with object configuration options.

Synopsis

Documentation

data State Source #

The State datatype - the state of certain widgets can be normal, disabled or active.

Constructors

Disabled 
Active 
Normal 

data Anchor Source #

The Anchor datatype - used for different purposes, e.g. text anchors or anchor positions of canvas items.

data Toggle Source #

A simple Toggle datatype - used for different purposes.

Constructors

Off 
On 

data Orientation Source #

The Orientation datatype - used for different purposes.

Constructors

Horizontal 
Vertical 

data Flexibility Source #

The Flexibility datatype - used in the context of boxes (see containers).

Constructors

Rigid 
Flexible 

type CreationConfig w = IO String Source #

Internal.