Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21751
Modified Files:
CHANGES
Log Message:
Added CFileDialog files, CFrame modal mode, cleaned up some code, and fixed some minor issues.
Index: CHANGES
===================================================================
RCS file: /cvsroot/wgui/wgui/CHANGES,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -d -r1.158 -r1.159
*** CHANGES 26 Sep 2005 18:37:48 -0000 1.158
--- CHANGES 27 Sep 2005 19:00:01 -0000 1.159
***************
*** 5,9 ****
--- 5,11 ----
+ Added CMessageBox class which derives from CFrame to make a simple message box
+ Added CFrame::CloseFrame() which closes the frame and causes it to delete itself
+ + Added CFrame modal mode, which when set to true causes all input to go to that window and be ignored by everything else
+ Added CMessage: EMessageType::APP_DESTROY_FRAME which allows the app to call delete on a frame rather than the frame calling delete on itself
+ + Changed CFrame: When dragging frames, they now turn partially transparent
+ Changed CMessage: Renamed a few message types (CTRL_LCLICK to CTRL_SINGLELCLICK, CTRL_MCLICK to CTRL_SINGLEMCLICK,
and CTRL_RCLICK to CTRL_SINGLERCLICK) and re-ordered them in the enum
|