2008-07-04 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-label.c: Properly document the behaviour
	of the :alignment property.
This commit is contained in:
Emmanuele Bassi 2008-07-04 12:27:03 +00:00
parent 0af3df1217
commit 4d51f3e7ea
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-label.c: Properly document the behaviour
of the :alignment property.
2008-07-04 Neil Roberts <neil@o-hand.com>
* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour

View File

@ -1167,6 +1167,10 @@ clutter_label_get_use_markup (ClutterLabel *label)
* @alignment: A #PangoAlignment
*
* Sets text alignment of the label.
*
* The alignment will only be used when the contents of the
* label are enough to wrap, and the #ClutterLabel:wrap
* property is set to %TRUE.
**/
void
clutter_label_set_alignment (ClutterLabel *label,