[gtk+] docs: don't use properties syntax for child props



commit 8e421623e6fc42d6ad1175b3efae0e3b737f0d22
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 14:48:21 2014 -0500

    docs: don't use properties syntax for child props

 gtk/gtklabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 4873898..4bc7131 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -844,7 +844,7 @@ gtk_label_class_init (GtkLabelClass *class)
    * %PANGO_ELLIPSIZE_NONE has the side-effect that the label requests 
    * only enough space to display the ellipsis "...". In particular, this 
    * means that ellipsizing labels do not work well in notebook tabs, unless 
-   * the tab's #GtkNotebook:tab-expand property is set to %TRUE. Other ways
+   * the #GtkNotebook tab-expand child property is set to %TRUE. Other ways
    * to set a label's width are gtk_widget_set_size_request() and
    * gtk_label_set_width_chars().
    *


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