summaryrefslogtreecommitdiff
path: root/src/lib/elm_check_legacy.h
blob: 742881d98ab33c746cb3fb310848901e45169ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @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"