Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_container


Modified Files:
        Esmart_Container.h 


Log Message:
- added some API docs
- added an initial doxygen documentation

===================================================================
RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_container/Esmart_Container.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Esmart_Container.h  6 Sep 2006 07:17:48 -0000       1.9
+++ Esmart_Container.h  15 Aug 2007 21:18:21 -0000      1.10
@@ -94,7 +94,13 @@
 
 
 /* element adding/removing */
+
+/*! \brief Append a new object to the container.
+ *  @param container The container object.
+ *  @param element The element to add into the container.
+ */
 EAPI void esmart_container_element_append(Evas_Object *container, Evas_Object 
*element);
+
 EAPI void esmart_container_element_prepend(Evas_Object *container, Evas_Object 
*element);
 EAPI void esmart_container_element_append_relative(Evas_Object *container,
                                                    Evas_Object *element,
@@ -116,7 +122,13 @@
 
 EAPI void   esmart_container_scroll_offset_set(Evas_Object *container, int 
val);
 EAPI int    esmart_container_scroll_offset_get(Evas_Object *container);
+
+/*! \brief Scroll container elements to a percent position.
+ *  @param container Object
+ *  @param percent The percent value 0.0 to 1.0
+ */
 EAPI void   esmart_container_scroll_percent_set(Evas_Object *container, double 
percent);
+
 EAPI double esmart_container_scroll_percent_get(Evas_Object *container);
 EAPI void   esmart_container_scroll_to(Evas_Object *container, Evas_Object 
*element);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to