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

Safe HaskellNone
LanguageHaskell98

HTk.Toolkit.CItem

Description

Objects with a name and an icon (used for several purposes).

Synopsis

Documentation

class Eq c => CItem c where Source

Objects with a name and an icon.

Methods

getName :: c -> IO Name Source

getIcon :: c -> IO Image Source

Instances

CItem c => CItem (Item c)

Objects must have a name and an icon.