summaryrefslogtreecommitdiff
path: root/src/lib/elm_box_legacy.h
blob: c0fab7136597ecdcdaa6587ac8f57045382b0105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Add a new box to the parent
 *
 * By default, the box will be in vertical mode and non-homogeneous.
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * @ingroup Box
 */
EAPI Evas_Object        *elm_box_add(Evas_Object *parent);

#include "elm_box.eo.legacy.h"