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

14 lines
383 B
C

/**
* 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"