Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
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.
Synopsis
- data Invisible
- invisibleNew :: IO Invisible
- invisibleNewForScreen :: Screen -> IO Invisible
- invisibleSetScreen :: Invisible -> Screen -> IO ()
- invisibleGetScreen :: Invisible -> IO Screen
Class Hierarchy
Types
Instances
Eq Invisible Source # | |
Ord Invisible Source # | |
Defined in Graphics.UI.Gtk.Types | |
GObjectClass Invisible Source # | |
Defined in Graphics.UI.Gtk.Types | |
WidgetClass Invisible Source # | |
Defined in Graphics.UI.Gtk.Types |
Constructors
invisibleNewForScreen Source #
:: Screen |
|
-> IO Invisible |
Creates a new Invisible
object for a specified screen
- Available since Gdk version 2.2