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

Safe HaskellNone
LanguageHaskell98

HTk.Canvasitems.TextItem

Description

HTk's text canvas item. A text container on a canvas widget.

Synopsis

Documentation

data TextItem Source

The TextItem datatype.

Instances

Eq TextItem 
Destroyable TextItem

A text item can be destroyed.

Synchronized TextItem

You can synchronize on a text item.

GUIObject TextItem

Internal.

HasJustify TextItem

A text item has a configureable text justification.

HasFont TextItem

You can specify the font of a text item.

HasCanvAnchor TextItem

You can specify the anchor position of a text item.

HasPosition TextItem

You can specify the position of a text item.

HasSize TextItem

You can specify the width of a text item.

HasAnchor TextItem

An anchor defines where a text item is placed relative to the given position.

FilledCanvasItem TextItem

An oval item is a filled canvas item (it has filling, outline width, and stipple configurations).

CanvasItem TextItem

A text item is a canvas item (any canvas item is an instance of the abstract class CanvasItem).

TaggedCanvasItem TextItem

A text item can have several tags (handlers for a set of canvas items).

GUIValue b => HasText TextItem b

A text item is a container for text.

createTextItem Source

Arguments

:: Canvas

the parent canvas.

-> [Config TextItem]

the list of configuration options for this text item.

-> IO TextItem

A text item.

Constructs a new text item.