[elm] Elm container a little bit more

future-proof.




SVN revision: 74674
This commit is contained in:
Gustavo Lima Chaves 2012-07-31 22:05:22 +00:00
parent d987a06044
commit af665a23cc
1 changed files with 5 additions and 0 deletions

View File

@ -122,6 +122,11 @@ typedef struct _Elm_Container_Smart_Class
const char *part); /* 'Virtual' function on unsetting content from the object, at the given @a part part. Meant to return the content's pointer. */
} Elm_Container_Smart_Class;
typedef struct _Elm_Container_Smart_Data Elm_Container_Smart_Data;
struct _Elm_Container_Smart_Data
{
Elm_Widget_Smart_Data base;
};
/**
* @}
*/