]> Pileus Git - ~andy/gtk/commitdiff
Fixed documentation of GtkCellLayout <cell-packing>
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 17 Dec 2010 06:26:28 +0000 (15:26 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 17 Dec 2010 06:26:28 +0000 (15:26 +0900)
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).

gtk/gtkcelllayout.c

index b2182d276efd570355046d8c26e15a280080d98e..c54a8753b578ec6b5dd5988acaeb4c94fec85a35 100644 (file)
@@ -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.