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

HTk.Toolkit.LogWin

Description

A simple log window.

Synopsis

Documentation

data LogWin Source

The LogWin datatype.

Constructors

LogWin Toplevel Editor (IO ()) 

Instances

Destroyable LogWin

A log window can be destroyed.

GUIObject LogWin

Internal.

createLogWinSource

Arguments

:: [Config Toplevel]

the list of configuration options for this log window.

-> IO LogWin

A log window.

Creates a new log window and returns a handler.

class GUIObject w => HasFile w whereSource

Objects associated with a file instantiate the class HasFile.

Instances

HasFile BitMap

Bitmaps can be read from files.

HasFile Image

Images can be read from files.

writeLogWinSource

Arguments

:: LogWin

the concerned log window.

-> String

the text to write to the log window.

-> IO ()

None.

Writes into the log window.