Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Author(s) References
A widget which is not displayed
gtkInvisibleNew(show = TRUE)
gtkInvisibleNewForScreen(screen, show = TRUE)
gtkInvisibleSetScreen(object, screen)
gtkInvisibleGetScreen(object)
gtkInvisible(screen, show = TRUE)
1 2 3 4 5 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkInvisible
|
GtkInvisible implements
AtkImplementorIface and GtkBuildable
.
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.
GtkInvisible
The GtkInvisible
struct contains no public fields.
gtkInvisible
is the result of collapsing the constructors of GtkInvisible
(gtkInvisibleNew
, gtkInvisibleNewForScreen
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.
screen
[GdkScreen
: * : Read / Write]The screen where this window will be displayed.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkInvisible.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.