Update of /cvsroot/win32forth/win32forth/apps/SciEdit
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6122/apps/SciEdit
Modified Files:
EdStatusbar.f
Log Message:
Rod: Use StatusBar.f rather than ExControls.f
Index: EdStatusbar.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/EdStatusbar.f,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** EdStatusbar.f 15 May 2006 19:33:41 -0000 1.6
--- EdStatusbar.f 17 May 2006 20:12:49 -0000 1.7
***************
*** 13,17 ****
cr .( Loading Scintilla Statusbar...)
! needs ExControls.f
\ ------------------------------------------------------------------------------
--- 13,17 ----
cr .( Loading Scintilla Statusbar...)
! needs StatusBar.f
\ ------------------------------------------------------------------------------
***************
*** 40,45 ****
;M
- :M WindowStyle: ( -- style) WS_CHILD WS_VISIBLE or ;M
-
:M Clear: ( -- )
z" " EdPart SetText: self
--- 40,43 ----
|