summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_label_legacy.h
blob: f072006e7349ae7bdb031914f5522b929ddcbc5b (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @brief Add a new label to the parent
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * @ingroup Elm_Label
 */
EAPI Evas_Object                *elm_label_add(Evas_Object *parent);

#include "elm_label.eo.legacy.h"