gtk.Invisible — internally-used widget which is not displayed.
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.
|
screen : | a gtk.gdk.Screen object |
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.
|
Returns :, :, | the associated gtk.gdk.Screen |
This method is available in PyGTK 2.2 and above.
The get_screen() method returns the associated gtk.gdk.Screen object.