Update of /cvsroot/win32forth/win32forth/src/tools
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28560/src/tools
Modified Files:
ClassBrowser.f
Log Message:
Renamed the status bar class for the console window (and the supporting classes) into Console_XYZ to show that they should be used for the console window only and not within applications.
Index: ClassBrowser.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/ClassBrowser.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ClassBrowser.f 3 May 2005 14:21:59 -0000 1.2
--- ClassBrowser.f 14 May 2006 10:46:19 -0000 1.3
***************
*** 209,213 ****
\ the status bar
\ ------------------------------------------------------------------------------
! :Object ClassBrowserStatusbar <Super MultiStatusbar
create SingleWidth -1 , \ width of statusbar parts
--- 209,213 ----
\ the status bar
\ ------------------------------------------------------------------------------
! :Object ClassBrowserStatusbar <Super Console_MultiStatusbar
create SingleWidth -1 , \ width of statusbar parts
***************
*** 282,286 ****
tempRect.AddrOf GetClientRect: self
Left: tempRect Top: tempRect Right: tempRect
! Bottom: tempRect Height: ClassBrowserStatusbar -
Move: TreeView
--- 282,286 ----
tempRect.AddrOf GetClientRect: self
Left: tempRect Top: tempRect Right: tempRect
! Bottom: tempRect Height: ClassBrowserStatusbar -
Move: TreeView
***************
*** 316,318 ****
class-browser
- |