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

Safe HaskellNone
LanguageHaskell98

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.

createLogWin Source

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 where Source

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.

writeLogWin Source

Arguments

:: LogWin

the concerned log window.

-> String

the text to write to the log window.

-> IO ()

None.

Writes into the log window.