From: Dirk B. <db...@us...> - 2006-01-17 17:52:21
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17801/src/lib Modified Files: excontrols.f Log Message: Started documenting ExControls.f (work in progress) Index: excontrols.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/excontrols.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** excontrols.f 29 Aug 2005 15:56:28 -0000 1.5 --- excontrols.f 17 Jan 2006 17:52:00 -0000 1.6 *************** *** 5,8 **** --- 5,12 ---- \ Some classes based on Jeff Kelm's examples + \ *D doc\classes\ + \ *> Controls + \ *T ExControls -- More (enhanced) classes for standard windows controls. + anew -ExControls.f *************** [...2720 lines suppressed...] :M Disable: ( -- ) ! false Enable: self ;M :M Setfont: ( handle -- ) ! 1 swap WM_SETFONT SendMessage:Self drop ;M ! ! :M WindowTitle: ( -- null$ ) ! \ *G SintillaControl asks for window title of parent z" " ;M *************** *** 2004,2006 **** MODULE ! \S --- 1868,1871 ---- MODULE ! ! \ *Z |