Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24643
Modified Files:
CHANGES configure
Log Message:
Started work on the CMessageBox class.
Index: CHANGES
===================================================================
RCS file: /cvsroot/wgui/wgui/CHANGES,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** CHANGES 7 Dec 2004 21:17:56 -0000 1.153
--- CHANGES 27 Dec 2004 04:59:35 -0000 1.154
***************
*** 1,2 ****
--- 1,8 ----
+ 0.4.0 -> 0.4.1
+ + Added CPoint: ToString() which returns the coordinates of the rectangle in a string
+ + Added CRect: ToString() which returns the coordinates of the point in a string
+ + Added CMessageBox class which derives from CFrame to make a simple message box
+
+
0.3.3 -> 0.4.0
+ Added CDropDown: SetListboxHeight() which allows the height of the drop list to be changed
Index: configure
===================================================================
RCS file: /cvsroot/wgui/wgui/configure,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** configure 12 Dec 2004 19:45:05 -0000 1.20
--- configure 27 Dec 2004 04:59:35 -0000 1.21
***************
*** 1330,1334 ****
WGUI_VERSION_MAJOR=0
WGUI_VERSION_MINOR=4
! WGUI_VERSION_REVISION=0
WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION
VERSION=$WGUI_VERSION
--- 1330,1334 ----
WGUI_VERSION_MAJOR=0
WGUI_VERSION_MINOR=4
! WGUI_VERSION_REVISION=1
WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION
VERSION=$WGUI_VERSION
|