|
|
|
|
|
| Description |
| HTk's menuitem indicators.
Indicators are displayed with menu checkbuttons, menu buttons and
menu radiobuttons. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data Indicator a |
|
|
| class (GUIObject w) => HasColour w where |
| Coloured objects instantiate the class HasColour. | | | Methods | | | | Instances | |
|
|
| class (GUIObject w) => HasPhoto w where |
| Image containers instantiate the class HasPhoto. | | | Methods | | photo :: Image -> Config w | | Associates an image container (e.g. a label) with the given image. | | | getPhoto :: w -> IO (Maybe Image) | | Gets the image associated with the given image container. |
| | | Instances | |
|
|
| class (ButtonWidget w) => SelectButton w where |
| A select button can be selected or not selected. | | | Methods | | selectionState :: Toggle -> Config w | | Sets the selection state of the select button. | | | getSelectionState :: w -> IO Toggle | | Gets the selection state of the select button | | | selectionStateSet :: w -> Event Toggle | | Returns an event for selection actions. |
|
|
|
| class (GUIObject w) => HasIndicator w where |
| Menu items that can have an indicator instantiate the
class HasIndicator. | | | Methods | | indicator :: Toggle -> Config w | | Displays/unmaps the items indicator. | | | getIndicator :: w -> IO Toggle | | On if an indicator is displayed with the item, otherwise
Off. |
| | | Instances | |
|
|
| Produced by Haddock version 0.3 |