From: Javier Jardón Date: Mon, 11 Apr 2011 01:31:56 +0000 (+0100) Subject: Move documentation to inline comments: GtkInvisible X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=735f3a23a41f51f72fb64562643d339489a82f51;p=~andy%2Fgtk Move documentation to inline comments: GtkInvisible --- diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore index f91bf7927..c992c535d 100644 --- a/docs/reference/gtk/tmpl/.gitignore +++ b/docs/reference/gtk/tmpl/.gitignore @@ -35,6 +35,7 @@ gtkiconview.sgml gtkimagemenuitem.sgml gtkimcontextsimple.sgml gtkimmulticontext.sgml +gtkinvisible.sgml gtkitemfactory.sgml gtklayout.sgml gtklinkbutton.sgml diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml deleted file mode 100644 index 0f4ead037..000000000 --- a/docs/reference/gtk/tmpl/gtkinvisible.sgml +++ /dev/null @@ -1,73 +0,0 @@ - -GtkInvisible - - -A widget which is not displayed - - - -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. - - - - - - - - - - - - - - - -The #GtkInvisible-struct struct contains no public fields. - - - - - - - - - - - - -@void: -@Returns: - - - - - - - -@screen: -@Returns: - - - - - - - -@invisible: -@screen: - - - - - - - -@invisible: -@Returns: - - diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c index 7003a183f..42e0a5b07 100644 --- a/gtk/gtkinvisible.c +++ b/gtk/gtkinvisible.c @@ -31,6 +31,20 @@ #include "gtkprivate.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 { GdkScreen *screen;