[gtk+/treeview-refactor: 86/87] Fixed documentation of GtkCellLayout <cell-packing>
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor: 86/87] Fixed documentation of GtkCellLayout <cell-packing>
- Date: Fri, 17 Dec 2010 06:32:05 +0000 (UTC)
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 <cell-packing> attribute which
* can contain multiple <property> elements defined in the normal way.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]