Update of /cvsroot/win32forth/win32forth/apps/SciEdit
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4462/apps/SciEdit
Modified Files:
EdStatusbar.f
Log Message:
Now using the StatusBar class defined in ExControls instead of the StatusBar class for the console window.
Index: EdStatusbar.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/EdStatusbar.f,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** EdStatusbar.f 14 May 2006 09:05:17 -0000 1.4
--- EdStatusbar.f 14 May 2006 11:13:02 -0000 1.5
***************
*** 38,46 ****
Start: super
SetMulti: self
;M
- :M Height: ( -- n )
- GetWindowRect: self drop nip - ;M
-
:M Clear: ( -- )
z" " EdPart SetText: self
--- 38,44 ----
Start: super
SetMulti: self
+ WS_BORDER -Style: self Redraw: self
;M
:M Clear: ( -- )
z" " EdPart SetText: self
|