diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-05 22:46:40 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-05 22:46:40 -0500 |
commit | dcb267bcda0cd79ca62409d18608a0a20618ab6f (patch) | |
tree | 0b99314d1cfbbb55fa795d0cd460a40b81c67111 | |
parent | 3bc33066d7af2b92f4bea5d453e3a800965773f1 (diff) | |
download | gtk+-icon-view-refactor.tar.gz |
Grr, try again to fix GtkExpander docsicon-view-refactor
-rw-r--r-- | gtk/gtkexpander.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 70b701a07d..2c41510b71 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -26,16 +26,14 @@ * @Short_description: A container which can hide its child * @Title: GtkExpander * - * <para> * 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. - * </para> - * <para> + * * Normally you use an expander as you would use any other descendant * 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 * care of showing and hiding the child automatically. - * </para> + * * <refsect2 id="expander-special-usage"> * <title>Special Usage</title> * <para> |