be a little more helpful with the docs on GtkCellRendererText:alignment.

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=/branches/gtk-2-10/; revision=17249
This commit is contained in:
Mariano Suárez-Alvarez
2007-02-02 03:47:19 +00:00
committed by Mariano Suárez-Alvarez
parent c6c190dcb9
commit 2ddd4fc58c
2 changed files with 11 additions and 1 deletions

View File

@@ -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-01-31 Christian Persch <chpe@svn.gnome.org>
* gtk/gtkaboutdialog.c: (update_credits_button_visibility),

View File

@@ -474,7 +474,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
*/