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

16 lines
409 B
C

/**
* Add a new list widget to the given parent Elementary
* (container) object.
*
* @param parent The parent object.
* @return a new list widget handle or @c NULL, on errors.
*
* This function inserts a new list widget on the canvas.
*
* @ingroup Elm_List
*/
EAPI Evas_Object *elm_list_add(Evas_Object *parent);
#include "elm_list_item.eo.legacy.h"
#include "elm_list.eo.legacy.h"