efl/src/lib/elementary/elc_hoversel_legacy.h

13 lines
319 B
C
Raw Normal View History

2013-04-27 23:04:28 -07:00
/**
* @brief Add a new Hoversel object
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Hoversel
2013-04-27 23:04:28 -07:00
*/
EAPI Evas_Object *elm_hoversel_add(Evas_Object *parent);
#include "elm_hoversel_item.eo.legacy.h"
2014-09-27 22:14:00 -07:00
#include "elm_hoversel.eo.legacy.h"