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.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:
 
Creates a new
Gtk.Invisible.
- classmethod new_for_screen(screen)[source]¶
 - Parameters:
 screen (
Gdk.Screen) – aGdk.Screenwhich identifies on which the newGtk.Invisiblewill be created.- Returns:
 a newly created
Gtk.Invisibleobject- Return type:
 
Creates a new
Gtk.Invisibleobject for a specified screenNew in version 2.2.
- get_screen()[source]¶
 - Returns:
 the associated
Gdk.Screen.- Return type:
 
Returns the
Gdk.Screenobject associated with selfNew in version 2.2.
- set_screen(screen)[source]¶
 - Parameters:
 screen (
Gdk.Screen) – aGdk.Screen.
Sets the
Gdk.Screenwhere theGtk.Invisibleobject 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