blob: 617652234fa2a8d5bd772d4497f0955f9697de37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* Add a new map widget to the given parent Elementary (container) object.
*
* @param parent The parent object.
* @return a new map widget handle or @c NULL, on errors.
*
* This function inserts a new map widget on the canvas.
*
* @ingroup Map
*/
EAPI Evas_Object *elm_map_add(Evas_Object *parent);
#include "elm_map.eo.legacy.h"
|