efl/src/lib/elementary/elm_actionslider_legacy.h

12 lines
307 B
C

/**
* Add a new actionslider to the parent.
*
* @param parent The parent object
* @return The new actionslider object or NULL if it cannot be created
*
* @ingroup Elm_Actionslider
*/
EAPI Evas_Object *elm_actionslider_add(Evas_Object *parent);
#include "elm_actionslider_eo.legacy.h"