[E-devel] C API => Unified API

2021-06-27 Thread Andreas Volz
Hi, I often don't find a Unified API equivalent in the new Unified API. Sure, the easy and obvious ones no problem. But sometimes the design seems to be changed a lot. Is there a general advice? For example I use edje_object_part_external_param_*() much in my application. I thought it might

[E-devel] Catch "delete,request" signal & shaped window

2021-06-27 Thread Andreas Volz
Hi, two questions together after switching to the C++ version of the unified API. How could I receive the "delete,request" signal to catch of a user clicks the X from the window and do something before quitting. With the old API I did this somehow with evas_object_smart_callback_call() if I