[gtk+/treeview-refactor: 86/87] Fixed documentation of GtkCellLayout <cell-packing>



commit 941a0e95d7a06df556940ef7ad0fbaabc1d26ada
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Dec 17 15:26:28 2010 +0900

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

 gtk/gtkcelllayout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index b2182d2..c54a875 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]