mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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:
parent
0af3df1217
commit
4d51f3e7ea
@ -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>
|
2008-07-04 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour
|
* build/mingw/mingw-cross-compile.sh: Default to the win32 flavour
|
||||||
|
@ -1167,6 +1167,10 @@ clutter_label_get_use_markup (ClutterLabel *label)
|
|||||||
* @alignment: A #PangoAlignment
|
* @alignment: A #PangoAlignment
|
||||||
*
|
*
|
||||||
* Sets text alignment of the label.
|
* 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
|
void
|
||||||
clutter_label_set_alignment (ClutterLabel *label,
|
clutter_label_set_alignment (ClutterLabel *label,
|
||||||
|
Loading…
Reference in New Issue
Block a user