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

11 lines
261 B
C
Raw Normal View History

2013-04-27 23:50:23 -07:00
/**
* @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"