From 941a0e95d7a06df556940ef7ad0fbaabc1d26ada Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 17 Dec 2010 15:26:28 +0900 Subject: [PATCH] Fixed documentation of GtkCellLayout Mention that it's safe to use 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ * * * 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) * cell properties 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.