blob: bc56b1d9d4aacb8a5d73041bd98c912c48496a00 (
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
*/
EAPI Evas_Object *elm_mapbuf_add(Evas_Object *parent);
#include "elm_mapbuf.eo.legacy.h"
|