[evas] Let's not forget box and table in the smart

objects.



SVN revision: 60456
This commit is contained in:
Gustavo Lima Chaves 2011-06-17 21:16:11 +00:00
parent c0d8ef9ede
commit 2bcd0a2cc9
1 changed files with 5 additions and 2 deletions

View File

@ -3218,8 +3218,11 @@ EAPI Evas *evas_object_evas_get (const Evas_Object *obj
* - <c>"image"</c>.
*
* For Evas smart objects (see @ref Evas_Smart_Group), the name of the
* smart class itself is returned on this call. For the built-in
* clipped smart object, it is <c>"EvasObjectSmartClipped"</c>.
* smart class itself is returned on this call. For the built-in smart
* objects, these names are:
* - <c>"EvasObjectSmartClipped"</c>, for the clipped smart object
* - <c>"Evas_Object_Box"</c>, for the box object and
* - <c>"Evas_Object_Table"</c>, for the table object.
*
* Example:
* @dontinclude evas-object-manipulation.c