| |||||||||||||||||||||
| |||||||||||||||||||||
| |||||||||||||||||||||
Description | |||||||||||||||||||||
A menu item with an icon | |||||||||||||||||||||
Synopsis | |||||||||||||||||||||
| |||||||||||||||||||||
Detail | |||||||||||||||||||||
A ImageMenuItem is a menu item which has an icon next to the text label. Note that the user can disable display of menu icons, so make sure to still fill in the text label. | |||||||||||||||||||||
Class Hierarchy | |||||||||||||||||||||
| GObject | +----Object | +----Widget | +----Container | +----Bin | +----Item | +----MenuItem | +----ImageMenuItem | |||||||||||||||||||||
Types | |||||||||||||||||||||
data ImageMenuItem | |||||||||||||||||||||
| |||||||||||||||||||||
class MenuItemClass o => ImageMenuItemClass o | |||||||||||||||||||||
| |||||||||||||||||||||
castToImageMenuItem :: GObjectClass obj => obj -> ImageMenuItem | |||||||||||||||||||||
toImageMenuItem :: ImageMenuItemClass o => o -> ImageMenuItem | |||||||||||||||||||||
Constructors | |||||||||||||||||||||
imageMenuItemNew :: IO ImageMenuItem | |||||||||||||||||||||
Creates a new ImageMenuItem with an empty label. | |||||||||||||||||||||
imageMenuItemNewFromStock | |||||||||||||||||||||
| |||||||||||||||||||||
imageMenuItemNewWithLabel | |||||||||||||||||||||
| |||||||||||||||||||||
imageMenuItemNewWithMnemonic | |||||||||||||||||||||
| |||||||||||||||||||||
Methods | |||||||||||||||||||||
imageMenuItemSetImage | |||||||||||||||||||||
| |||||||||||||||||||||
imageMenuItemGetImage | |||||||||||||||||||||
| |||||||||||||||||||||
Attributes | |||||||||||||||||||||
imageMenuItemImage :: (ImageMenuItemClass self, WidgetClass image) => ReadWriteAttr self (Maybe Widget) image | |||||||||||||||||||||
Child widget to appear next to the menu text. | |||||||||||||||||||||
Produced by Haddock version 0.8 |