gtk.Invisible()
def set_screen(screen
)
def get_screen()
|
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.
def set_screen(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.
def get_screen()
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.
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.