Top |
Description
The GtkInvisible 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.
Functions
gtk_invisible_new_for_screen ()
GtkWidget *
gtk_invisible_new_for_screen (GdkScreen *screen
);
Creates a new GtkInvisible object for a specified screen
Since: 2.2
gtk_invisible_set_screen ()
void gtk_invisible_set_screen (GtkInvisible *invisible
,GdkScreen *screen
);
Sets the GdkScreen where the GtkInvisible object will be displayed.
Since: 2.2
gtk_invisible_get_screen ()
GdkScreen *
gtk_invisible_get_screen (GtkInvisible *invisible
);
Returns the GdkScreen object associated with invisible
Since: 2.2
Property Details
The “screen”
property
“screen” GdkScreen *
The screen where this window will be displayed.
Flags: Read / Write