[gtk+] CenterBox: minor tweaks to doc blurb



commit 7dd9f212ad718dcf0f812cfc575748349ffc8e04
Author: Daniel Boles <dboles src gnome org>
Date:   Sat Aug 5 18:57:08 2017 +0100

    CenterBox: minor tweaks to doc blurb

 gtk/gtkcenterbox.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c
index 2637598..710bf8c 100644
--- a/gtk/gtkcenterbox.c
+++ b/gtk/gtkcenterbox.c
@@ -36,19 +36,20 @@
  *
  * # GtkCenterBox as GtkBuildable
  *
- * The GtkCenterBox implementation of the GtkBuildable interface supports
+ * The GtkCenterBox implementation of the #GtkBuildable interface supports
  * placing children in the 3 positions by specifying “start”, “center” or
  * “end” as the “type” attribute of a <child> element.
  *
  * # CSS nodes
  *
- * GtkCenterBox uses a single CSS node with name box.
+ * GtkCenterBox uses a single CSS node with the name “box”,
  *
  * In horizontal orientation, the nodes of the children are always arranged
  * from left to right. So :first-child will always select the leftmost child,
  * regardless of text direction.
  *
- * In vertical orientation, the are arranged from top to bottom.
+ * In vertical orientation, the nodes of the children are arranged from top to
+ * bottom.
  */
 
 #include "config.h"


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