summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_conform_legacy.h
blob: a73ca5262e90319233d89c42b0c49e51915a1db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Add a new conformant widget to the given parent Elementary
 * (container) object.
 *
 * @param parent The parent object.
 * @return A new conformant widget handle or @c NULL, on errors.
 *
 * This function inserts a new conformant widget on the canvas.
 *
 * @ingroup Elm_Conformant
 */
EAPI Evas_Object                 *elm_conformant_add(Evas_Object *parent);