| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
This holds one content object and uses an Evas Map of transformation points to be later used with this content. So the content will be moved as a single image. So it will improve performance when you have a complex interface, with a lot of elements, and will need to move it frequently (the content object and its children).
This widget inherits from elm-container-class, so that the functions meant to act on it will work for mapbuf objects:
Default content parts of the mapbuf widget that you can use are:
To enable map, elm_mapbuf_enabled_set() should be used.
See how to use this widget in this example: Mapbuf Widget Example
Functions | |
| Evas_Object * | elm_mapbuf_add (Evas_Object *parent) | 
| Evas_Object* elm_mapbuf_add | ( | Evas_Object * | parent | ) | 
Add a new mapbuf widget to the given parent Elementary (container) object.
| parent | The parent object. | 
NULL, on errors.This function inserts a new mapbuf widget on the canvas.