_Elm_Widget_Smart_Data Struct Reference
Base widget smart data. More...
Data Fields | |
const Elm_Widget_Smart_Class * | api |
This is the pointer to the object's class, from where we can reach/call its class functions. |
Detailed Description
Base widget smart data.
This is data bound to an Elementary object instance, so its particular to that specific object and not shared between all objects in its class. It is here, though, that we got a pointer to the object's class, the first field -- 'api'
.