efl/legacy/elementary/src/lib/elm_panel_legacy.h

12 lines
255 B
C

/**
* @brief Adds a panel object
*
* @param parent The parent object
*
* @return The panel object, or NULL on failure
*
* @ingroup Elm_Panel
*/
EAPI Evas_Object *elm_panel_add(Evas_Object *parent);
#include "elm_panel.eo.legacy.h"