summaryrefslogtreecommitdiff
path: root/src/lib/elm_index_legacy.h
blob: 7846f644221e31424985a6bb2a1035b80627d736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * 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 Index
 */
EAPI Evas_Object          *elm_index_add(Evas_Object *parent);

#include "elm_index_item.eo.legacy.h"
#include "elm_index.eo.legacy.h"