Languages

Menu
Sites
Language
[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.

Edited by: James B on 06 Feb, 2017