efl/src/lib/elementary/elm_conform_legacy.h

14 lines
370 B
C
Raw Normal View History

2013-04-27 23:57:48 -07:00
/**
* 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
2013-04-27 23:57:48 -07:00
*/
EAPI Evas_Object *elm_conformant_add(Evas_Object *parent);