summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_frame_legacy.h
blob: 8d225885ae4327a4b1200b17e078fe81b9c681b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef Eo Elm_Frame;

/**
 * @brief Add a new frame to the parent
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * @ingroup Elm_Frame
 */
EAPI Evas_Object                 *elm_frame_add(Evas_Object *parent);

#include "efl_ui_frame_eo.legacy.h"