|
|
|
|
|
| Description |
| This module provides access to bitmap resources. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data BitMap |
| The BitMap datatype. |
|
| newBitMap |
| :: [Config BitMap] | the list of configuration options for this bitmap object. | | -> IO BitMap | A bitmap object. | | Constructs a new bitmap object and returns a handler.
The bitmap object can be packed like a widget, then it is implicitely
displayed inside a label widget. |
|
|
| data BitMapHandle |
| The BitMapHandle datatype - a handle for a bitmap
resource. | | Constructors | | Predefined String | | | BitMapHandle BitMap | | | BitMapFile String | |
| | Instances | |
|
|
| class (GUIObject w) => HasBitMap w where |
|
|
| class BitMapDesignator d where |
| Internal. | | | Methods | | | | Instances | |
|
|
| errmap :: BitMapHandle |
| A handle for the predefined "error" bitmap. |
|
| gray50 :: BitMapHandle |
| A handle for the predefined "gray50" bitmap. |
|
| gray25 :: BitMapHandle |
| A handle for the predefined "gray25" bitmap. |
|
| hourglass :: BitMapHandle |
| A handle for the predefined "hourglass" bitmap. |
|
| info :: BitMapHandle |
| A handle for the predefined "info" bitmap. |
|
| questhead :: BitMapHandle |
| A handle for the predefined "questhead" bitmap. |
|
| question :: BitMapHandle |
| A handle for the predefined "question" bitmap. |
|
| warning :: BitMapHandle |
| A handle for the predefined "warning" bitmap. |
|
| setBitMapHandle :: (GUIObject w) => w -> ConfigID -> BitMapHandle -> Bool -> IO w |
|
| getBitMapHandle :: (GUIObject w) => w -> ConfigID -> IO BitMapHandle |
| Internal. |
|
| stringToBitMapHandle :: String -> IO BitMapHandle |
| Internal. |
|
| Produced by Haddock version 0.3 |