gtk-0.13.6: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Windows.Invisible

Contents

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

Constructors

invisibleNewForScreen Source

Arguments

:: Screen

screen - a Screen which identifies on which the new Invisible will be created.

-> IO Invisible 

Creates a new Invisible object for a specified screen

  • Available since Gdk version 2.2

Methods

invisibleSetScreen Source

Arguments

:: Invisible 
-> Screen

screen - the Screen to set

-> IO () 

Sets the Screen where the Invisible object will be displayed.

  • Available since Gdk version 2.2

invisibleGetScreen :: Invisible -> IO Screen Source

Returns the Screen object associated with invisible

  • Available since Gdk version 2.2