Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
myplugins :: [(IO MenuItem, [Item] -> MyGUI -> MyView -> IO Bool, [Item] -> MyGUI -> MyView -> IO ())] Source #
A list of plugins to add to the right-click menu at position
- insertPos
.
The left part of the triple is the menuitem.
+ insertPos
.
The left part of the triple is a function that returns the menuitem. The middle part of the triple is a filter function that decides whether the item is shown. The right part of the triple is the callback, which is invoked diff --git a/Paths_hsfm.html b/Paths_hsfm.html index 9edbce3..0bd468a 100644 --- a/Paths_hsfm.html +++ b/Paths_hsfm.html @@ -1,4 +1,4 @@
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |