Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
Graphics.UI.Gtk.Windows.Invisible
Description
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
Class Hierarchy
Types
Instances
Constructors
invisibleNew :: IO Invisible Source
Creates a new Invisible
.
Arguments
:: Screen |
|
-> IO Invisible |
Creates a new Invisible
object for a specified screen
- Available since Gdk version 2.2