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

16 lines
595 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 Hoversel
*/
EAPI Evas_Object *elm_hoversel_add(Evas_Object *parent);
EAPI void elm_hoversel_item_icon_set(Elm_Object_Item *it, const char *icon_file, const char *icon_group, Elm_Icon_Type icon_type);
EAPI void elm_hoversel_item_icon_get(const Elm_Object_Item *it, const char **icon_file, const char **icon_group, Elm_Icon_Type *icon_type);
2014-09-27 22:14:00 -07:00
#include "elm_hoversel.eo.legacy.h"