[gtk+] GtkStack: improve docs



commit 8dc090b9b198c365e41a879f3cdc853a63e4735b
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 24 22:07:09 2013 -0400

    GtkStack: improve docs

 gtk/gtkstack.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index 03aae33..3d65265 100644
--- a/gtk/gtkstack.c
+++ b/gtk/gtkstack.c
@@ -36,9 +36,9 @@
  *
  * The GtkStack widget is a container which only shows
  * one of its children at a time. In contrast to GtkNotebook,
- * GtkStack does not provide a visible means for users
- * to change the visible child. Instead, the #GtkStackSwitcher
- * widget can be used with GtkStack to provide this functionality.
+ * GtkStack does not provide a means for users to change the
+ * visible child. Instead, the #GtkStackSwitcher widget can be
+ * used with GtkStack to provide this functionality.
  *
  * Transitions between pages can be animated as slides or
  * fades. This can be controlled with gtk_stack_set_transition_type().


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]