Document the default behavior.

SVN revision: 35862
This commit is contained in:
Gustavo Sverzut Barbieri 2008-09-07 02:11:46 +00:00
parent 3f90a63416
commit e861013485
1 changed files with 11 additions and 0 deletions

View File

@ -224,6 +224,17 @@ evas_object_smart_clipped_member_del(Evas_Object *member)
* return ≻
* }
* @endcode
*
* Default behavior is:
* - add: creates a hidden clipper with "infinite" size;
* - del: delete all children objects;
* - move: move all objects relative relatively;
* - resize: not defined;
* - show: if there are children objects, show clipper;
* - hide: hides clipper;
* - color_set: set the color of clipper;
* - clip_set: set clipper of clipper;
* - clip_unset: unset the clipper of clipper;
*/
EAPI void
evas_object_smart_clipped_smart_set(Evas_Smart_Class *sc)