efl/src/lib/elementary/elm_box_legacy.h

13 lines
320 B
C

/**
* 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"