Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_tree.c 


Log Message:
More documentation for using the tree.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_tree.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- ewl_tree.c  28 Jun 2004 19:38:22 -0000      1.44
+++ ewl_tree.c  27 Jul 2004 04:33:13 -0000      1.45
@@ -134,6 +134,12 @@
  * @param children: a NULL terminated array of widgets to add to the tree
  * @return Returns a pointer to a new row on success, NULL on failure.
  * @brief Add a group of widgets to a row in the tree
+ *
+ * Adds a row to a specified @a tree with a parent row of @a prow and built
+ * from the widgets in the array @a children. The created row is nested below
+ * @a prow, and will be at the top level if @a prow is NULL. The array @a
+ * children must be equal in size to the number of columns in @a tree. It is
+ * valid for the entries in @a children to be NULL, this creates an empty cell.
  */
 Ewl_Widget *
 ewl_tree_add_row(Ewl_Tree *tree, Ewl_Row *prow, Ewl_Widget **children)




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to