Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
A widget which is not displayed
The Invisible
widget is used internally in GTK+, and is probably not very useful for application developers.
It is used for reliable pointer grabs and selection handling in the code for drag-and-drop.
- data Invisible
- invisibleNew :: IO Invisible
- invisibleNewForScreen :: Screen -> IO Invisible
- invisibleSetScreen :: Invisible -> Screen -> IO ()
- invisibleGetScreen :: Invisible -> IO Screen