efl/src/lib/elementary/elc_popup_legacy.h

11 lines
277 B
C
Raw Normal View History

2013-04-27 23:16:15 -07:00
/**
* @brief Adds a new Popup to the parent
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Popup
2013-04-27 23:16:15 -07:00
*/
EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1);
#include "elm_popup.eo.legacy.h"