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

14 lines
356 B
C

/**
* 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 Elm_Map
*/
EAPI Evas_Object *elm_map_add(Evas_Object *parent);
#include "elm_map.eo.legacy.h"