mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 08:49:30 +00:00
[text] Rename :alignment to :line-alignment
The :alignment property is prone to generate confusion: developers will set it thinking that the contents of a ClutterText will automagically align themselves. Instead of using the generic term :alignment, and following the GTK+ convention, we should use a more specific term, conveying the actual effect of the property: alignment of the lines with respect to each other, and not to the overall allocated area. See bug 1428: http://bugzilla.openedhand.com/show_bug.cgi?id=1428
This commit is contained in:
@ -1601,8 +1601,6 @@ clutter_text_set_markup
|
||||
clutter_text_get_text
|
||||
clutter_text_set_activatable
|
||||
clutter_text_get_activatable
|
||||
clutter_text_set_alignment
|
||||
clutter_text_get_alignment
|
||||
clutter_text_set_attributes
|
||||
clutter_text_get_attributes
|
||||
clutter_text_set_color
|
||||
@ -1616,6 +1614,8 @@ clutter_text_get_password_char
|
||||
clutter_text_set_justify
|
||||
clutter_text_get_justify
|
||||
clutter_text_get_layout
|
||||
clutter_text_set_line_alignment
|
||||
clutter_text_get_line_alignment
|
||||
clutter_text_set_line_wrap
|
||||
clutter_text_get_line_wrap
|
||||
clutter_text_set_line_wrap_mode
|
||||
|
Reference in New Issue
Block a user