Move documentation to inline comments: GtkInvisible
This commit is contained in:
1
docs/reference/gtk/tmpl/.gitignore
vendored
1
docs/reference/gtk/tmpl/.gitignore
vendored
@ -35,6 +35,7 @@ gtkiconview.sgml
|
|||||||
gtkimagemenuitem.sgml
|
gtkimagemenuitem.sgml
|
||||||
gtkimcontextsimple.sgml
|
gtkimcontextsimple.sgml
|
||||||
gtkimmulticontext.sgml
|
gtkimmulticontext.sgml
|
||||||
|
gtkinvisible.sgml
|
||||||
gtkitemfactory.sgml
|
gtkitemfactory.sgml
|
||||||
gtklayout.sgml
|
gtklayout.sgml
|
||||||
gtklinkbutton.sgml
|
gtklinkbutton.sgml
|
||||||
|
|||||||
@ -1,73 +0,0 @@
|
|||||||
<!-- ##### SECTION Title ##### -->
|
|
||||||
GtkInvisible
|
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
|
||||||
A widget which is not displayed
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
|
||||||
<para>
|
|
||||||
The #GtkInvisible widget is used internally in GTK+, and is probably not
|
|
||||||
very 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>
|
|
||||||
|
|
||||||
<!-- ##### SECTION Stability_Level ##### -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION Image ##### -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkInvisible ##### -->
|
|
||||||
<para>
|
|
||||||
The #GtkInvisible-struct struct contains no public fields.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkInvisible:screen ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_invisible_new ##### -->
|
|
||||||
<para>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@void:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_invisible_new_for_screen ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@screen:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_invisible_set_screen ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@invisible:
|
|
||||||
@screen:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_invisible_get_screen ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@invisible:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
@ -31,6 +31,20 @@
|
|||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gtkinvisible
|
||||||
|
* @Short_description: A widget which is not displayed
|
||||||
|
* @Title: GtkInvisible
|
||||||
|
*
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
struct _GtkInvisiblePrivate
|
struct _GtkInvisiblePrivate
|
||||||
{
|
{
|
||||||
GdkScreen *screen;
|
GdkScreen *screen;
|
||||||
|
|||||||
Reference in New Issue
Block a user