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

Minimal complete definition

getName, getIcon

Methods

getName :: c -> IO Name Source #

getIcon :: c -> IO Image Source #

Instances

CItem c => CItem (Item c) Source #

Objects must have a name and an icon.

Methods

getName :: Item c -> IO Name Source #

getIcon :: Item c -> IO Image Source #