From: Rod O. <rod...@us...> - 2006-05-13 20:28:58
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17505/apps/SciEdit Modified Files: EdStatusbar.f EdToolbar.f Log Message: Rod: Removed WS_BORDER Index: EdToolbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/EdToolbar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EdToolbar.f 10 Jun 2005 16:44:11 -0000 1.2 --- EdToolbar.f 13 May 2006 20:28:55 -0000 1.3 *************** *** 218,222 **** :M WindowStyle: ( -- style ) WindowStyle: super ! [ WS_CLIPSIBLINGS WS_CLIPCHILDREN or CCS_NODIVIDER or RBS_VARHEIGHT or RBS_BANDBORDERS or WS_BORDER or RBS_AUTOSIZE or ] literal or ;M --- 218,222 ---- :M WindowStyle: ( -- style ) WindowStyle: super ! [ WS_CLIPSIBLINGS WS_CLIPCHILDREN or CCS_NODIVIDER or RBS_VARHEIGHT or RBS_BANDBORDERS or RBS_AUTOSIZE or ] literal or ;M Index: EdStatusbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/EdStatusbar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EdStatusbar.f 8 Oct 2005 08:24:58 -0000 1.2 --- EdStatusbar.f 13 May 2006 20:28:55 -0000 1.3 *************** *** 25,28 **** --- 25,32 ---- 1 constant LinePart + :M DefStyle: ( -- style ) + [ WS_VISIBLE WS_CHILD or WS_CLIPSIBLINGS or ] literal + ;M + :M SetMulti: ( -- ) MultiWidth MultiParts SetParts: self |