Gtk.Invisible¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10) | 
|---|---|
| Structs: | Gtk.WidgetClass (12), GObject.ObjectClass (5) | 
| class | new() | 
| class | new_for_screen(screen) | 
| get_screen() | |
| set_screen(screen) | 
Virtual Methods¶
| Inherited: | Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10) | 
|---|
Properties¶
| Inherited: | Gtk.Widget (39) | 
|---|
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| screen | Gdk.Screen | r/w | The screen where this window will be displayed | 
Style Properties¶
| Inherited: | Gtk.Widget (17) | 
|---|
Signals¶
| Inherited: | Gtk.Widget (69), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | Gtk.Widget (69), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| widget | Gtk.Widget | r | 
Class Details¶
- 
class Gtk.Invisible(**kwargs)¶
- Bases: - Gtk.Widget- Abstract: - No - Structure: - Gtk.InvisibleClass- The - Gtk.Invisiblewidget 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: - Gtk.Widget- Creates a new - Gtk.Invisible.
 - 
classmethod new_for_screen(screen)[source]¶
- Parameters: - screen ( - Gdk.Screen) – a- Gdk.Screenwhich identifies on which the new- Gtk.Invisiblewill be created.- Returns: - a newly created - Gtk.Invisibleobject- Return type: - Gtk.Widget- Creates a new - Gtk.Invisibleobject for a specified screen- New in version 2.2. 
 - 
get_screen()[source]¶
- Returns: - the associated - Gdk.Screen.- Return type: - Gdk.Screen- Returns the - Gdk.Screenobject associated with self- New in version 2.2. 
 - 
set_screen(screen)[source]¶
- Parameters: - screen ( - Gdk.Screen) – a- Gdk.Screen.- Sets the - Gdk.Screenwhere the- Gtk.Invisibleobject will be displayed.- New in version 2.2. 
 
- 
classmethod