forked from AuroraMiddleware/gtk
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=/trunk/; revision=17250
This commit is contained in:
parent
1d06562a87
commit
92ea76c372
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user