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).
This commit is contained in:
Tristan Van Berkom 2010-12-17 15:26:28 +09:00
parent 71e7cd0ec4
commit 941a0e95d7

View 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.