Update of /cvsroot/win32forth/win32forth/Templates
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3137
Modified Files:
MinimalWindow.f SplitterWindow2.f TreeViewInSplitWindow.f
Log Message:
Jos: Adapted for the new console
Index: SplitterWindow2.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/Templates/SplitterWindow2.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SplitterWindow2.f 20 May 2006 20:23:43 -0000 1.1
--- SplitterWindow2.f 17 Aug 2008 15:04:24 -0000 1.2
***************
*** 1,5 ****
anew -SplitterWindow2.f
- Needs NoConsole.f
Needs Resources.f
--- 1,4 ----
***************
*** 173,177 ****
turnkey? [if]
- NoConsoleIO NoConsoleInImage
' main turnkey App.exe
s" WIN32FOR.ICO" s" App.exe" AddAppIcon
--- 172,175 ----
Index: TreeViewInSplitWindow.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/Templates/TreeViewInSplitWindow.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TreeViewInSplitWindow.f 21 May 2006 14:19:25 -0000 1.1
--- TreeViewInSplitWindow.f 17 Aug 2008 15:04:24 -0000 1.2
***************
*** 1,10 ****
anew -TreeViewInSplitWindow.f
- Needs NoConsole.f
Needs Resources.f
Needs PopupWindow.f
Needs Treeview.f
! false value turnkey?
defer OnPosition ( window -- ) ' drop is OnPosition \ called when window panes are repositioned
--- 1,10 ----
anew -TreeViewInSplitWindow.f
Needs Resources.f
Needs PopupWindow.f
Needs Treeview.f
! \ false
! 1 value turnkey?
defer OnPosition ( window -- ) ' drop is OnPosition \ called when window panes are repositioned
***************
*** 292,296 ****
turnkey? [if]
- NoConsoleIO NoConsoleInImage
' main turnkey App.exe
s" WIN32FOR.ICO" s" App.exe" AddAppIcon
--- 292,295 ----
Index: MinimalWindow.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/Templates/MinimalWindow.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MinimalWindow.f 20 May 2006 15:09:37 -0000 1.1
--- MinimalWindow.f 17 Aug 2008 15:04:24 -0000 1.2
***************
*** 1,3 ****
- Needs NoConsole.f
Needs Resources.f
--- 1,2 ----
***************
*** 49,53 ****
turnkey? [if]
- NoConsoleIO NoConsoleInImage
' Minimal turnkey MinimalWindow.exe
s" WIN32FOR.ICO" s" MinimalWindow.exe" AddAppIcon
--- 48,51 ----
|