Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23997
Modified Files:
CHANGES
Log Message:
Converted CProgressBar to inherit from CRangeControl
Index: CHANGES
===================================================================
RCS file: /cvsroot/wgui/wgui/CHANGES,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** CHANGES 27 Apr 2004 18:13:49 -0000 1.138
--- CHANGES 4 May 2004 16:11:12 -0000 1.139
***************
*** 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 CProgressBar: CProgressBar now inherits from the CRangeControl class, so several methods have been renamed (primarily Get/SetProgress is now Get/SetValue)
+ Changed CScrollBar: CScrollBar now inherits from the CRangeControl class, so several methods have been renamed (primarily Get/SetPosition is now Get/SetValue)
|