Gtk.Invisible¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The screen where this window will be displayed |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
widget |
r |
Class Details¶
- class Gtk.Invisible(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Gtk.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.
- classmethod new()[source]¶
- Returns:
a new
Gtk.Invisible
.- Return type:
Creates a new
Gtk.Invisible
.
- classmethod new_for_screen(screen)[source]¶
- Parameters:
screen (
Gdk.Screen
) – aGdk.Screen
which identifies on which the newGtk.Invisible
will be created.- Returns:
a newly created
Gtk.Invisible
object- Return type:
Creates a new
Gtk.Invisible
object for a specified screenNew in version 2.2.
- get_screen()[source]¶
- Returns:
the associated
Gdk.Screen
.- Return type:
Returns the
Gdk.Screen
object associated with selfNew in version 2.2.
- set_screen(screen)[source]¶
- Parameters:
screen (
Gdk.Screen
) – aGdk.Screen
.
Sets the
Gdk.Screen
where theGtk.Invisible
object will be displayed.New in version 2.2.
Property Details¶
- Gtk.Invisible.props.screen¶
- Name:
screen
- Type:
- Default Value:
- Flags:
The screen where this window will be displayed