summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-17 15:26:28 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-17 15:26:28 +0900
commit941a0e95d7a06df556940ef7ad0fbaabc1d26ada (patch)
tree022ebfdbd327bf926212e138440e8604f4c14dad /gtk/gtkcelllayout.c
parent71e7cd0ec407f489549ed045b7e9bfdff8c70c58 (diff)
downloadgtk+-941a0e95d7a06df556940ef7ad0fbaabc1d26ada.tar.gz
Fixed documentation of GtkCellLayout <cell-packing>
Mention that it's safe to use <cell-packing> tag for any GtkCellLayout in GTK+ since they *all* use an underlying GtkCellArea (at least they will once the other branches land).
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index b2182d276e..c54a8753b5 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -63,7 +63,7 @@
* </example>
*
* Furthermore for implementations of GtkCellLayout that use a #GtkCellArea
- * to lay out cells (most, of not all GtkCellLayouts in GTK+ use a GtkCellArea)
+ * to lay out cells (all GtkCellLayouts in GTK+ use a GtkCellArea)
* <link linkend="cell-properties">cell properties</link> can also be defined
* in the format by specifying the custom &lt;cell-packing&gt; attribute which
* can contain multiple &lt;property&gt; elements defined in the normal way.