From: George H. <geo...@us...> - 2011-11-18 14:19:55
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory vz-cvs-4.sog:/tmp/cvs-serv26452 Modified Files: UpDownControl.f Log Message: Updated docs. Index: UpDownControl.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/UpDownControl.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UpDownControl.f 18 Nov 2011 11:08:05 -0000 1.4 --- UpDownControl.f 18 Nov 2011 14:19:53 -0000 1.5 *************** *** 17,21 **** \ ------------------------------------------------------------------------ \ *W <a name="UpDownControl"></a> ! \ *S UpDownControl class \ ------------------------------------------------------------------------ :Class UpDownControl <Super Control --- 17,21 ---- \ ------------------------------------------------------------------------ \ *W <a name="UpDownControl"></a> ! \ *S Up-Down Control class \ ------------------------------------------------------------------------ :Class UpDownControl <Super Control *************** *** 106,110 **** ;Class ! \ *G End of UpDownControl control :Class SpinnerControl <Super UpDownControl --- 106,113 ---- ;Class ! \ *G End of Up-Down Control Class ! ! \ *W <a name="SpinnerControl"></a> ! \ *S Spinner Control class :Class SpinnerControl <Super UpDownControl |