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

HTk.Toolkit.CItem

Description

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

Synopsis

Documentation

class Eq c => CItem c whereSource

Objects with a name and an icon.

Methods

getName :: c -> IO NameSource

getIcon :: c -> IO ImageSource

Instances

CItem c => CItem (Item c)

Objects must have a name and an icon.