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

11 lines
261 B
C

/**
* @brief Add a new Check object
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Check
*/
EAPI Evas_Object * elm_check_add(Evas_Object *parent);
#include "elm_check.eo.legacy.h"