[Wgui-cvs] wgui CHANGES,1.137,1.138 wGui-VS7.vcproj,1.18,1.19 wGui-VS71.vcproj,1.4,1.5 wgui.dsp,1.10
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-27 18:13:59
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29743 Modified Files: CHANGES wGui-VS7.vcproj wGui-VS71.vcproj wgui.dsp Log Message: Changed CScrollBar so it inherits from CRangeControl Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** CHANGES 26 Apr 2004 22:38:00 -0000 1.137 --- CHANGES 27 Apr 2004 18:13:49 -0000 1.138 *************** *** 1,4 **** --- 1,5 ---- 0.3.2 -> 0.3.3 + Added CRangeControl class: An abstraction of all controls that have a value that's constricted to a certain range (progress bar, scroll bar, etc) + + Changed CScrollBar: CScrollBar now inherits from the CRangeControl class, so several methods have been renamed (primarily Get/SetPosition is now Get/SetValue) Index: wgui.dsp =================================================================== RCS file: /cvsroot/wgui/wgui/wgui.dsp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** wgui.dsp 26 Apr 2004 22:38:00 -0000 1.10 --- wgui.dsp 27 Apr 2004 18:13:49 -0000 1.11 *************** *** 172,179 **** # Begin Source File - SOURCE=src\wg_range_control.cpp - # End Source File - # Begin Source File - SOURCE=src\wg_rect.cpp # End Source File --- 172,175 ---- Index: wGui-VS7.vcproj =================================================================== RCS file: /cvsroot/wgui/wgui/wGui-VS7.vcproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** wGui-VS7.vcproj 26 Apr 2004 22:38:00 -0000 1.18 --- wGui-VS7.vcproj 27 Apr 2004 18:13:49 -0000 1.19 *************** *** 162,168 **** </File> <File - RelativePath="src\wg_range_control.cpp"> - </File> - <File RelativePath="src\wg_rect.cpp"> </File> --- 162,165 ---- Index: wGui-VS71.vcproj =================================================================== RCS file: /cvsroot/wgui/wgui/wGui-VS71.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wGui-VS71.vcproj 26 Apr 2004 22:38:00 -0000 1.4 --- wGui-VS71.vcproj 27 Apr 2004 18:13:49 -0000 1.5 *************** *** 176,182 **** </File> <File - RelativePath="src\wg_range_control.cpp"> - </File> - <File RelativePath="src\wg_rect.cpp"> </File> --- 176,179 ---- |