From: Dirk B. <db...@us...> - 2006-01-22 10:51:54
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11268/src/lib Modified Files: excontrols.f Log Message: - Some more documenting of ExControls.f (still work in progress). Index: excontrols.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/excontrols.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** excontrols.f 22 Jan 2006 10:44:16 -0000 1.8 --- excontrols.f 22 Jan 2006 10:51:15 -0000 1.9 *************** *** 386,391 **** \ *G Add a string to the list box of a combo box. If the combo box does not have the \ ** CBS_SORT style, the string is added to the end of the list. Otherwise, the string ! \ ** is inserted into the list, and the list is sorted. :Self drop ;M ! 0 CB_ADDSTRING SendMessage :M SetSelection: ( n -- ) --- 386,391 ---- \ *G Add a string to the list box of a combo box. If the combo box does not have the \ ** CBS_SORT style, the string is added to the end of the list. Otherwise, the string ! \ ** is inserted into the list, and the list is sorted. ! 0 CB_ADDSTRING SendMessage:Self drop ;M :M SetSelection: ( n -- ) |