From: George H. <geo...@us...> - 2006-08-29 08:52:30
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4370/win32forth/src/lib Modified Files: ButtonBar.f Buttons.f Calendar.f Label.f ListBox.f ProgressBar.f ScrollBar.f StatusBar.f TabControl.f TextBox.f TrackBar.f UpDownControl.f excontrols.f Log Message: gah:Modified the dexing of the extra controls for separate files and updated DexH-create-docs to build newer files Index: ButtonBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ButtonBar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ButtonBar.f 11 Jun 2006 09:03:49 -0000 1.2 --- ButtonBar.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -ButtonBar.f *************** *** 74,75 **** --- 79,82 ---- MODULE + + \ *Z Index: UpDownControl.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/UpDownControl.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** UpDownControl.f 11 Jun 2006 09:03:50 -0000 1.2 --- UpDownControl.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -UpDownControl.f *************** *** 128,129 **** --- 133,136 ---- MODULE + + \ *Z Index: Calendar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Calendar.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Calendar.f 29 Jun 2006 10:47:28 -0000 1.3 --- Calendar.f 29 Aug 2006 08:52:25 -0000 1.4 *************** *** 1,4 **** --- 1,7 ---- \ $Id$ + \ *D doc\classes\ + \ *> Controls + anew -Calendar.f *************** *** 297,298 **** --- 300,303 ---- MODULE + + \ *Z Index: Label.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Label.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Label.f 11 Jun 2006 09:03:49 -0000 1.2 --- Label.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -Label.f *************** *** 170,171 **** --- 175,178 ---- MODULE + + \ *Z Index: StatusBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/StatusBar.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StatusBar.f 29 Jun 2006 04:09:43 -0000 1.3 --- StatusBar.f 29 Aug 2006 08:52:25 -0000 1.4 *************** *** 1,5 **** --- 1,11 ---- + \ $Id$ + \ StatusBar.f \ Statusbar control separated from ExControls + \ *D doc\classes\ + \ *> Controls + \ *T ExControls -- More (enhanced) classes for standard windows controls. + cr .( Loading StatusBar Class...) *************** *** 158,159 **** --- 164,168 ---- MODULE + + \ *Z + Index: ScrollBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ScrollBar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScrollBar.f 11 Jun 2006 09:03:50 -0000 1.2 --- ScrollBar.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -ScrollBar.f *************** *** 141,142 **** --- 146,149 ---- MODULE + + \ *Z Index: Buttons.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Buttons.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Buttons.f 11 Jun 2006 09:03:49 -0000 1.2 --- Buttons.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -Buttons.f *************** *** 357,358 **** --- 362,365 ---- MODULE + + \ *Z Index: ProgressBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ProgressBar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ProgressBar.f 11 Jun 2006 09:03:50 -0000 1.2 --- ProgressBar.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -ProgressBar.f *************** *** 103,104 **** --- 108,111 ---- MODULE + + \ *Z Index: TabControl.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/TabControl.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TabControl.f 11 Jun 2006 09:03:50 -0000 1.3 --- TabControl.f 29 Aug 2006 08:52:25 -0000 1.4 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -TabControl.f *************** *** 281,282 **** --- 286,289 ---- MODULE + + \ *Z Index: excontrols.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/excontrols.f,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** excontrols.f 6 Jun 2006 02:58:24 -0000 1.19 --- excontrols.f 29 Aug 2006 08:52:25 -0000 1.20 *************** *** 5,12 **** \ Some classes based on Jeff Kelm's examples - \ *D doc\classes\ - \ *> Controls - \ *T ExControls -- More (enhanced) classes for standard windows controls. - anew -ExControls.f --- 5,8 ---- Index: ListBox.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ListBox.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ListBox.f 11 Jun 2006 09:03:49 -0000 1.2 --- ListBox.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -ListBox.f *************** *** 431,432 **** --- 436,439 ---- MODULE + + \ *Z Index: TextBox.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/TextBox.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TextBox.f 11 Jun 2006 09:03:50 -0000 1.2 --- TextBox.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -TextBox.f *************** *** 344,345 **** --- 349,354 ---- MODULE + + + \ *Z + Index: TrackBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/TrackBar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TrackBar.f 11 Jun 2006 09:03:50 -0000 1.2 --- TrackBar.f 29 Aug 2006 08:52:25 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + \ $Id$ + + \ *D doc\classes\ + \ *> Controls + anew -TrackBar.f *************** *** 241,242 **** --- 246,249 ---- MODULE + + \ *Z |