Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_tree.c 


Log Message:
Clarify the tree docs.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_tree.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- ewl_tree.c  27 Jul 2004 04:33:13 -0000      1.45
+++ ewl_tree.c  27 Jul 2004 04:37:53 -0000      1.46
@@ -137,9 +137,10 @@
  *
  * 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.
+ * @a prow, and if @a prow is NULL the row is appended to the end of the list
+ * at the top level. 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