(copy to text editor for proper alignment)

While parsing the rexxgtk documentation, I had an error (now fixed) because
of this syntax diagram :

treelist.xml
<section id="gtltreestoresetvalue">

.                    *+--, col, val--+*
.                    V              |
.>>--set_value(iter-----------------+--)----------------------------------><

I think that we should write
*+--val, col, --+ *
because the arrow is going from rigth to left, and according to the
implementation in grxtreestore.cpp and to the exemple in test8-2.rex, I
should read
set_value(iter, col, val, col, val ...)

Am I correct here ? If, yes, then this syntax diagram should probably be
written like that to avoid any misinterpretation :
.                    +--------------+
.                    V              |
.>>--set_value(iter--+--------------+--)----------------------------------><
.                    +--, col, val--+

Jean-Louis
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to