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

12 lines
285 B
C

/**
* @brief Add a new Ctxpopup object to the parent.
*
* @param parent Parent object
* @return New object or @c NULL, if it cannot be created
*
* @ingroup Ctxpopup
*/
EAPI Evas_Object *elm_ctxpopup_add(Evas_Object *parent);
#include "elc_ctxpopup.eo.legacy.h"