- In order to replace the evas_object with e_view,
- it is temporarily provided for parts that have not yet been implemented.
Change-Id: I73a10116a06f6746bdd9b3d7abde61f0e0512a7b
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
_e_view_events_init(view);
if (eo)
- evas_object_data_set(eo, "e_view", view);
+ {
+ evas_object_data_set(eo, "e_view", view);
+
+ // In order to replace evas_object with e_view,
+ // it is temporarily provided for parts that have not yet been implemented.
+ evas_object_data_set(eo, "evasojb", eo);
+ }
+
if (parent)
{