From: Dirk B. <db...@us...> - 2005-11-01 12:04:27
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8991/src Modified Files: CHILDWND.F Log Message: removed Parent IVAR from Child-Window class, since it's defined in the window class. Index: CHILDWND.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CHILDWND.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHILDWND.F 21 Dec 2004 00:19:07 -0000 1.1 --- CHILDWND.F 1 Nov 2005 12:04:03 -0000 1.2 *************** *** 11,15 **** :CLASS Child-Window <Super Window ! int Parent \ window object that is the parent int id \ id for this child window --- 11,15 ---- :CLASS Child-Window <Super Window ! \ int Parent \ window object that is the parent int id \ id for this child window |