|
|
|
|
|
Description |
This widget implements a MenuItem with an image next to it
TODO
- imageMenuItemNewFromSock should also have a AccelGroup argument
|
|
Synopsis |
|
|
|
Documentation |
|
imageMenuItemSetImage :: (ImageMenuItemClass imi, WidgetClass wd) => imi -> wd -> IO () |
Sets the image for the ImageMenuItem.
|
|
imageMenuItemGetImage :: ImageMenuItemClass imi => imi -> IO (Maybe Widget) |
Get the image that is currently set a the image.
|
|
imageMenuItemNew :: IO ImageMenuItem |
Create a new MenuItem with a image next to it.
|
|
imageMenuItemNewFromStock :: String -> IO ImageMenuItem |
Create a new MenuItem with a stock image.
|
|
imageMenuItemNewWithLabel :: String -> IO ImageMenuItem |
Create a new MenuItem with a label.
|
|
imageMenuItemNewWithMnemonic :: String -> IO ImageMenuItem |
Create a new MenuItem with a label where underscored indicate the
mnemonic.
|
|
Produced by Haddock version 0.6 |