| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HTk.Toolkit.LogWin
Description
A simple log window.
Documentation
The LogWin datatype.
Instances
| Destroyable LogWin | A log window can be destroyed. |
| GUIObject LogWin | Internal. |
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.