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

HTk.Textitems.EmbeddedTextWin

Description

HTk's embedded windows inside an editor widget.

Synopsis

Documentation

data EmbeddedTextWin Source

The EmbeddedTextWin datatype.

Instances

Eq EmbeddedTextWin 
Destroyable EmbeddedTextWin

An embedded text window can be destroyed.

Synchronized EmbeddedTextWin

You can synchronize on an embedded text window object.

GUIObject EmbeddedTextWin

Internal.

HasIndex Editor EmbeddedTextWin BaseIndex

Internal.

createEmbeddedTextWinSource

Arguments

:: (HasIndex Editor i BaseIndex, Widget w) 
=> Editor

the parent editor widget.

-> i

the editor's index to place the embedded window.

-> w

the contained widget.

-> [Config EmbeddedTextWin]

the list of configuration options for this embedded text window.

-> IO EmbeddedTextWin

An embedded window inside an editor widget.

Constructs a new embedded window inside an editor widget and returns a handler.

stretch :: Toggle -> Config EmbeddedTextWinSource

If set the contained widget is stretched vertically to match the spacing of the line.

getStretch :: EmbeddedTextWin -> IO ToggleSource

Gets the current stretch setting.