Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9229/src
Modified Files:
CONTROLS.F
Log Message:
- Some more documenting of ExControls.f (still work in progress).
Index: CONTROLS.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/CONTROLS.F,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CONTROLS.F 17 Jan 2006 17:52:00 -0000 1.6
--- CONTROLS.F 22 Jan 2006 10:44:16 -0000 1.7
***************
*** 356,360 ****
\ *S Dialog Window Class
:CLASS DialogWindow <Super Window
! \ *G Base class for windows that contains controls.
:M ClassInit: ( -- )
--- 356,360 ----
\ *S Dialog Window Class
:CLASS DialogWindow <Super Window
! \ *G Base class for windows that contain controls.
:M ClassInit: ( -- )
|