uni-htk-2.2.1.3: 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 Source #

A log window can be destroyed.

Methods

destroy :: LogWin -> IO () #

GUIObject LogWin Source #

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.

Minimal complete definition

filename, getFileName

Instances

HasFile Image Source #

Images can be read from files.

HasFile BitMap Source #

Bitmaps 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.