gtk2hsContentsIndex
ImageMenuItem
Description

This widget implements a MenuItem with an image next to it

TODO

  • imageMenuItemNewFromSock should also have a AccelGroup argument
Synopsis
imageMenuItemSetImage :: (ImageMenuItemClass imi, WidgetClass wd) => imi -> wd -> IO ()
imageMenuItemGetImage :: ImageMenuItemClass imi => imi -> IO (Maybe Widget)
imageMenuItemNew :: IO ImageMenuItem
imageMenuItemNewFromStock :: String -> IO ImageMenuItem
imageMenuItemNewWithLabel :: String -> IO ImageMenuItem
imageMenuItemNewWithMnemonic :: String -> IO ImageMenuItem
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