From: Rod O. <rod...@us...> - 2006-06-06 21:24:17
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23678/src Modified Files: GENERIC.F Log Message: Rod: Added SendMessage:Self to Generic-Window class Index: GENERIC.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/GENERIC.F,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** GENERIC.F 5 Jun 2006 07:17:30 -0000 1.10 --- GENERIC.F 6 Jun 2006 17:22:15 -0000 1.11 *************** *** 112,115 **** --- 112,119 ---- in-application + + : SendMessage:Self ( lParam wParam message -- result ) hWnd call SendMessage ; + : SendMessage:SelfDrop ( lParam wParam message -- ) SendMessage:Self drop ; + \ ----------------------------------------------------------------- \ *N Methods |