forked from AuroraMiddleware/gtk
Try again to fix the doc build
This commit is contained in:
parent
2c9fad9ea8
commit
57de2c84c4
@ -26,16 +26,14 @@
|
|||||||
* @Short_description: A container which can hide its child
|
* @Short_description: A container which can hide its child
|
||||||
* @Title: GtkExpander
|
* @Title: GtkExpander
|
||||||
*
|
*
|
||||||
* <para>
|
|
||||||
* A #GtkExpander allows the user to hide or show its child by clicking
|
* A #GtkExpander allows the user to hide or show its child by clicking
|
||||||
* on an expander triangle similar to the triangles used in a #GtkTreeView.
|
* on an expander triangle similar to the triangles used in a #GtkTreeView.
|
||||||
* </para>
|
*
|
||||||
* <para>
|
|
||||||
* Normally you use an expander as you would use any other descendant
|
* Normally you use an expander as you would use any other descendant
|
||||||
* of #GtkBin; you create the child widget and use gtk_container_add()
|
* of #GtkBin; you create the child widget and use gtk_container_add()
|
||||||
* to add it to the expander. When the expander is toggled, it will take
|
* to add it to the expander. When the expander is toggled, it will take
|
||||||
* care of showing and hiding the child automatically.
|
* care of showing and hiding the child automatically.
|
||||||
* </para>
|
*
|
||||||
* <refsect2 id="expander-special-usage">
|
* <refsect2 id="expander-special-usage">
|
||||||
* <title>Special Usage</title>
|
* <title>Special Usage</title>
|
||||||
* <para>
|
* <para>
|
||||||
@ -99,6 +97,7 @@
|
|||||||
* ]]></programlisting>
|
* ]]></programlisting>
|
||||||
* </example>
|
* </example>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user