| 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.
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 # | |
| GObjectClass Invisible Source # | |
Defined in Graphics.UI.Gtk.Types | |
| WidgetClass Invisible Source # | |
Defined in Graphics.UI.Gtk.Types | |
| ObjectClass Invisible Source # | |
Defined in Graphics.UI.Gtk.Types | |
Constructors
invisibleNewForScreen Source #
Arguments
| :: Screen |
|
| -> IO Invisible |
Creates a new Invisible object for a specified screen
- Available since Gdk version 2.2