GtkInvisible
GtkInvisible — A widget which is not displayed
|
|
Implemented Interfaces
GtkInvisible implements
AtkImplementorIface and GtkBuildable.
Includes
#include <gtk/gtk.h>
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_get_screen ()
GdkScreen *
gtk_invisible_get_screen (GtkInvisible *invisible);
Returns the GdkScreen object associated with invisible
Returns
the associated GdkScreen.
[transfer none]
Since: 2.2
Types and Values
struct GtkInvisible
struct GtkInvisible;
Property Details
The “screen” property
“screen” GdkScreen *
The screen where this window will be displayed.
Owner: GtkInvisible
Flags: Read / Write