[CLOSED] Is ecore_evas_geometry_get defined in Tizen?
[CLOSED] Is ecore_evas_geometry_get defined in Tizen?
BY 07 Feb 2017Native Application Development
I’m trying to get the current size of an evas object (a label). The canonical way to do this seems to be, by using ecore_evas_geometry_get. But I can’t get the code to compile, Tizen Studio keeps saying that the function is not defined. I looked at Ecore_Evas.h which is supposed to declare this function, but the definition is commented out. However, I grepped all the libs and it seems the function is defined in libelementary.so.
So what is it? Is this function supported or not? If not, what is the alternative way to get an object size?
Thanks.
Later: I found out that Tizen uses an older API called evas_object_geometry_get.
[CLOSED] Is ecore_evas_geometry_get defined in Tizen?
I’m trying to get the current size of an evas object (a label). The canonical way to do this seems to be, by using ecore_evas_geometry_get. But I can’t get the code to compile, Tizen Studio keeps saying that the function is not defined. I looked at Ecore_Evas.h which is supposed to declare this function, but the definition is commented out. However, I grepped all the libs and it seems the function is defined in libelementary.so.
So what is it? Is this function supported or not? If not, what is the alternative way to get an object size?
Thanks.
Later: I found out that Tizen uses an older API called evas_object_geometry_get.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio