Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module for actions, menus and toolbars and the rest ...
- mkActions :: [ActionDescr IDERef]
- menuDescription :: IO Text
- makeMenu :: UIManager -> [ActionDescr IDERef] -> Text -> IDEAction
- canQuit :: IDEM Bool
- quit :: IDEAction
- aboutDialog :: IO ()
- buildStatusbar :: IO HBox
- newIcons :: IO ()
- setSensitivity :: [(SensitivityMask, Bool)] -> IDEAction
- updateRecentEntries :: IDEAction
- handleSpecialKeystrokes :: IDERef -> EventM EKey Bool
- registerLeksahEvents :: IDEAction
- instrumentWindow :: Window -> Prefs -> Widget -> IDEAction
- instrumentSecWindow :: Window -> IDEAction
Documentation
mkActions :: [ActionDescr IDERef] Source
The Actions known to the system (they can be activated by keystrokes or menus)
menuDescription :: IO Text Source
The menu description in XML Syntax as defined by GTK
aboutDialog :: IO () Source
Show the about dialog
setSensitivity :: [(SensitivityMask, Bool)] -> IDEAction Source
handleSpecialKeystrokes :: IDERef -> EventM EKey Bool Source
Callback function for onKeyPress of the main window, so preprocess
any key
registerLeksahEvents :: IDEAction Source
Register handlers for IDE events