Elementary: adding mirroring functions to mirroring

group.



SVN revision: 62312
This commit is contained in:
Jonas M. Gastal 2011-08-10 19:56:17 +00:00
parent f534a55b10
commit a1caec0b04
1 changed files with 6 additions and 0 deletions

View File

@ -888,6 +888,8 @@ elm_policy_get(unsigned int policy)
* and manual means only explicit changes will matter. You are not supposed to
* change mirroring state of a widget set to automatic, will mostly work, but
* the behavior is not really defined.
*
* @{
*/
/**
@ -945,6 +947,10 @@ elm_object_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic)
elm_widget_mirrored_automatic_set(obj, automatic);
}
/**
* @}
*/
EAPI void
elm_object_scale_set(Evas_Object *obj,
double scale)