Safe Haskell | None |
---|---|
Language | Haskell98 |
This module provides access to window icons.
- data Window w => Icon w = Icon w
- iconMask :: (Window w, BitMapDesignator h) => h -> Config (Icon w)
- getIconMask :: Window w => Icon w -> IO BitMapHandle
Documentation
data Window w => Icon w Source #
The Icon
datatype.
Icon w |
(Eq w, Window w) => Eq (Icon w) Source # | |
(Ord w, Window w) => Ord (Icon w) Source # | |
Window w => Synchronized (Icon w) Source # | You can synchronize on an icon object. |
Window w => GUIObject (Icon w) Source # | Internal. |
Window w => HasPosition (Icon w) Source # | You can set the location of an icon. |
Window w => HasBitMap (Icon w) Source # | You can the the corresponding bitmap for an icon. |
(Window w, GUIValue v) => HasText (Icon w) v Source # | You can set the name on the icon. |
iconMask :: (Window w, BitMapDesignator h) => h -> Config (Icon w) Source #
Sets the corresponding icon mask.
getIconMask :: Window w => Icon w -> IO BitMapHandle Source #
Gets the corresponding icon mask.