From: Dirk B. <db...@us...> - 2006-05-14 10:46:22
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28560/src/console Modified Files: BasicWin.f ConsoleStatbar.f Statbar.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: Statbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Statbar.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Statbar.f 1 May 2005 06:27:41 -0000 1.3 --- Statbar.f 14 May 2006 10:46:19 -0000 1.4 *************** *** 21,25 **** NEEDS BasicWin.f ! CR .( Loading Statusbar class...) --- 21,25 ---- NEEDS BasicWin.f ! CR .( Loading Statusbar class for the Console window...) *************** *** 34,38 **** \ \\\ Simple Statusbar Class \ ! :Class Statusbar <Super ChildWindow INT BorderStyle \ style of border to use --- 34,38 ---- \ \\\ Simple Statusbar Class \ ! :Class Console_Statusbar <Super Console_ChildWindow INT BorderStyle \ style of border to use *************** *** 127,131 **** \ \\\ Multipart Statusbar Class \ ! :Class MultiStatusbar <Super Statusbar INT nParts \ number of parts in statusbar --- 127,131 ---- \ \\\ Multipart Statusbar Class \ ! :Class Console_MultiStatusbar <Super Console_Statusbar INT nParts \ number of parts in statusbar *************** *** 163,165 **** ;Class - |