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

HTk.Canvasitems.EmbeddedCanvasWin

Description

HTk's embedded canvas windows. A container for widgets on a canvas widget.

Synopsis

Documentation

data EmbeddedCanvasWin Source

The EmbeddedCanvasWin datatype.

Instances

Eq EmbeddedCanvasWin 
Destroyable EmbeddedCanvasWin

An embedded canvas window can be destroyed.

Synchronized EmbeddedCanvasWin

You can synchronize on an embedded canvas window.

GUIObject EmbeddedCanvasWin

Internal.

HasCanvAnchor EmbeddedCanvasWin

You can specify the anchor position of an embedded canvas window.

HasPosition EmbeddedCanvasWin

You can specify the position of a bitmap item.

HasSize EmbeddedCanvasWin

You can specify the size of an embedded canvas window.

Widget EmbeddedCanvasWin

Dummy instance.

CanvasItem EmbeddedCanvasWin

An embedded canvas window is a canvas item (any canvas item is an instance of the abstract class CanvasItem).

TaggedCanvasItem EmbeddedCanvasWin

An embedded canvas window can have several tags (handlers for a set of canvas items).

createEmbeddedCanvasWinSource

Arguments

:: Widget w 
=> Canvas

the parent canvas.

-> w

the child widget.

-> [Config EmbeddedCanvasWin]

the list of configuration options for this embedded canvas window.

-> IO EmbeddedCanvasWin

An embedded canvas window.

Constructs a new embedded canvas window.