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

16 lines
406 B
C

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