Languages

Menu
Sites
Language
elm_frame_add() have not found in tizen studio 1.0 sdk version 2.4

 Hi, I'm writing the code in the book -"guide_to_develop_native_app"  and found that

  elm_frame_add() have not found in tizen studio 1.0  skd version 2.4​ , this function not supported in 2.4??

Edited by: jian chen on 21 Sep, 2016
View Selected Answer

Responses

2 Replies
Mark as answer
Mehedi Alamgir

I guess elm_frame_add() API is deprecated because it is commented in its header file. To check 

Goto your application header file (inc -> *.h file)

Then goto

Elementary.h -> elm_frame.h -> elm_frame_legacy.h


You will see  elm_frame_add(Evas_Object *parent)  is commented here.

jian chen

Thanks