e_view : add eo data to e_view 82/323582/1
authorjinbong.lee <jinbong.lee@samsung.com>
Wed, 30 Apr 2025 07:21:52 +0000 (16:21 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 30 Apr 2025 07:52:17 +0000 (16:52 +0900)
  - 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>
src/bin/core/e_view.c

index 377b71d03bb94224855451a57ae3c9da44d6910b..f831e9f42d4a6e0c8b405d3599267c5fea8330fe 100644 (file)
@@ -233,7 +233,14 @@ e_view_init(E_View *view, E_View_Type type, E_View_Impl *impl, Evas_Object *eo,
    _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)
      {