Document the default behavior.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Sep 2008 02:11:46 +0000 (02:11 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Sep 2008 02:11:46 +0000 (02:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35862 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_smart_clipped.c

index efe405e..cf34b4f 100644 (file)
@@ -224,6 +224,17 @@ evas_object_smart_clipped_member_del(Evas_Object *member)
  *    return &sc;
  * }
  * @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)