]> Pileus Git - ~andy/gtk/commitdiff
be a little more helpful with the docs on GtkCellRendererText:alignment.
authorMariano Suárez-Alvarez <mariano@gnome.org>
Fri, 2 Feb 2007 03:50:46 +0000 (03:50 +0000)
committerMariano Suárez-Alvarez <mariano@src.gnome.org>
Fri, 2 Feb 2007 03:50:46 +0000 (03:50 +0000)
2007-02-02  Mariano Suárez-Alvarez  <mariano@gnome.org>

* gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init):
be a little more helpful with the docs on GtkCellRendererText:alignment.
Bug #403409.

svn path=/trunk/; revision=17250

ChangeLog
gtk/gtkcellrenderertext.c

index a413a668eb15a7db2c568939ba4c6566c48f6b1d..fdf3b3fb0e287b854fc7a6acebcd826d1f20a333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-02  Mariano Suárez-Alvarez  <mariano@gnome.org>
+
+       * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init):
+       be a little more helpful with the docs on GtkCellRendererText:alignment.
+       Bug #403409.
+
 2007-02-01  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmenu.c (gtk_menu_paint): pass &event->area to
index e703903119c68ce41e7b72d1c5dfc2610d605a3f..82f1ad18c44771bec9d8970d6f793f14530d423c 100644 (file)
@@ -475,7 +475,11 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
   /**
    * GtkCellRendererText:alignment:
    *
-   * Specifies how to align the lines of text.
+   * Specifies how to align the lines of text with respect to each other. 
+   *
+   * Note that this property describes how to align the lines of text in 
+   * case there are several of them. The "xalign" property of #GtkCellRenderer, 
+   * on the other hand, sets the horizontal alignment of the whole text.
    *
    * Since: 2.10
    */