diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-17 15:26:28 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-17 15:26:28 +0900 |
commit | 941a0e95d7a06df556940ef7ad0fbaabc1d26ada (patch) | |
tree | 022ebfdbd327bf926212e138440e8604f4c14dad /gtk/gtkcelllayout.c | |
parent | 71e7cd0ec407f489549ed045b7e9bfdff8c70c58 (diff) | |
download | gtk+-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.c | 2 |
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 <cell-packing> attribute which * can contain multiple <property> elements defined in the normal way. |