Name
gtk.Invisible — internally-used widget which is not displayed.
Description
The gtk.Invisible
widget is used internally in GTK, and is probably not useful for application
developers. It is used for reliable pointer grabs and selection handling in
the code for drag-and-drop.
Methods
gtk.Invisible.set_screen
Note
This method is available in PyGTK 2.2 and above.
The set_screen() method sets the gtk.gdk.Screen
(specified by screen) where the gtk.Invisible
object will be displayed.
gtk.Invisible.get_screen
Note
This method is available in PyGTK 2.2 and above.
The get_screen() method returns the
associated gtk.gdk.Screen
object.