 | gtk-0.11.0: Binding to the Gtk+ graphical user interface library. | Contents | Index |
|
| Graphics.UI.Gtk.Windows.Invisible | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| 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 |
|
|
|
|
| Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Invisible
|
|
| Types
|
|
| data Invisible |
Instances | |
|
|
| Constructors
|
|
| invisibleNew :: IO Invisible |
| Creates a new Invisible.
|
|
| invisibleNewForScreen |
|
|
| Methods
|
|
| invisibleSetScreen |
|
|
| invisibleGetScreen :: Invisible -> IO Screen |
Returns the Screen object associated with invisible
- Available since Gdk version 2.2
|
|
| Produced by Haddock version 2.7.2 |