From: Rod O. <rod...@us...> - 2006-05-15 19:34:03
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv613/apps/SciEdit Modified Files: EdStatusbar.f Log Message: Rod: Added WindowStyle: instead of WS_BORDER -Style: Index: EdStatusbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/EdStatusbar.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EdStatusbar.f 14 May 2006 11:13:02 -0000 1.5 --- EdStatusbar.f 15 May 2006 19:33:41 -0000 1.6 *************** *** 38,44 **** Start: super SetMulti: self - WS_BORDER -Style: self Redraw: self ;M :M Clear: ( -- ) z" " EdPart SetText: self --- 38,45 ---- Start: super SetMulti: self ;M + :M WindowStyle: ( -- style) WS_CHILD WS_VISIBLE or ;M + :M Clear: ( -- ) z" " EdPart SetText: self |