elementary/transit - updated doc

SVN revision: 68049
This commit is contained in:
ChunEon Park 2012-02-17 04:57:08 +00:00
parent af064c2f11
commit cd92ba4e77
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ EAPI Eina_Bool elm_transit_objects_final_state_keep_get(const Elm_T
* If @p enabled is EINA_TRUE, the objects of the transit will receives
* events from mouse and keyboard during the animation.
* @note When you add an object with elm_transit_object_add(), its state from
* evas_object_pass_events_get(obj) is saved, and it is applied when the
* transit ends, if you change this state with evas_object_pass_events_set()
* evas_object_freeze_events_get(obj) is saved, and it is applied when the
* transit ends, if you change this state with evas_object_freeze_events_set()
* after adding the object, this state will change again when @p transit stops
* to run.
*