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

#include "elm_mapbuf_eo.legacy.h"