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:
committed by
Mariano Suárez-Alvarez
parent
c6c190dcb9
commit
2ddd4fc58c
@@ -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),
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user