tizen 2.4 release
[framework/uifw/elementary.git] / src / lib / elm_frame_legacy.h
1 /**
2  * @brief Add a new frame to the parent
3  *
4  * @param parent The parent object
5  * @return The new object or NULL if it cannot be created
6  *
7  * @ingroup Frame
8  */
9 EAPI Evas_Object                 *elm_frame_add(Evas_Object *parent);
10
11 #include "elm_frame.eo.legacy.h"