Edje: Added mirrored mode. Mirrored mode is used for UI-mirroring. It lets you mirror...
authortasn <tasn>
Tue, 1 Feb 2011 13:26:49 +0000 (13:26 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Feb 2011 13:26:49 +0000 (13:26 +0000)
commit12771ef6ba47699f8190e0d8dd8c23aa13d68367
tree5378b61efdb12f81938f4c1dc0a5fca4562dc049
parent7ea261fdf52353025b77b60fc13ca22c9396f803
Edje: Added mirrored mode. Mirrored mode is used for UI-mirroring. It lets you mirror edje objects automatically (it also sends signals to the .edc code so you can do tweaks if you want), no need to create a special theme just for rtl layouts.
This is controlled by the two added API functions.
The changes in Elementary that utilize these functions will be committed soon.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56635 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
src/bin/edje_cc_handlers.c
src/lib/Edje.h
src/lib/edje_cache.c
src/lib/edje_calc.c
src/lib/edje_data.c
src/lib/edje_load.c
src/lib/edje_private.h
src/lib/edje_smart.c
src/lib/edje_util.c