From: Jos v.d.V. <jo...@us...> - 2010-02-15 22:45:28
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7906/src/lib Modified Files: Buttons.f Log Message: Jos: ToolString: is now in control.f and wil work in all the buttons when needed Index: Buttons.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Buttons.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Buttons.f 29 Aug 2006 08:52:25 -0000 1.3 --- Buttons.f 15 Feb 2010 22:44:50 -0000 1.4 *************** *** 196,199 **** --- 196,200 ---- WindowStyle: super BS_DEFPUSHBUTTON OR ;M + ;Class \ *G End of DefPushButton class *************** *** 246,254 **** ;M - :M ToolString: ( addr cnt -- ) - binfo place - binfo count \n->crlf - ;M - :M Close: ( -- ) \ DeleteBitmap: self --- 247,250 ---- *************** *** 308,316 **** GetIcon: self ;M - :M ToolString: ( addr cnt -- ) - binfo place - binfo count \n->crlf - ;M - :M Close: ( -- ) \ DeleteIcon: self --- 304,307 ---- |