blob: e37f0209c26af6717f4b39d8f4fd827212933c47 (
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 Elm_Box
*/
EAPI Evas_Object *elm_box_add(Evas_Object *parent);
#include "elm_box.eo.legacy.h"
|