forked from AuroraMiddleware/gtk
372c4d2627
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
36 lines
719 B
Plaintext
36 lines
719 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkInvisible
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
internally-used widget which is not displayed.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkInvisible widget is used internally in GTK+, and is probably not useful
|
|
for application developers.
|
|
</para>
|
|
<para>
|
|
It is used for reliable pointer grabs and selection handling in the code
|
|
for drag-and-drop.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkInvisible ##### -->
|
|
<para>
|
|
The #GtkInvisible-struct struct contains no public fields.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_invisible_new ##### -->
|
|
<para>
|
|
Creates a new #GtkInvisible.
|
|
</para>
|
|
|
|
@Returns: a new #GtkInvisible.
|
|
|
|
|