[text] Rename :alignment to :line-alignment
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 2 Feb 2009 23:55:30 +0000 (23:55 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 5 Feb 2009 19:54:48 +0000 (19:54 +0000)
commit9cf02bfdb9a65500688fde1c4485f6cc968c385f
tree1825d07db5a77912f476682fda739f7016e1d987
parente3496429372b565724b20a3df50720ff434e543e
[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
clutter/clutter-text.c
clutter/clutter-text.h
doc/reference/clutter/clutter-sections.txt
tests/conform/test-text-cache.c
tests/interactive/test-rotate.c