Edje: Added mirrored mode. Mirrored mode is used for UI-mirroring. It lets you mirror...
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit13f89ee8730cc1ba166acd35fd6a1146ac9106d0
tree5378b61efdb12f81938f4c1dc0a5fca4562dc049
parentf327656827dc31a73bf98ba5b34306a8db667609
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