Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15802/include/gui
Modified Files:
wxDialogLayout.h wxOptionsPage.h
Log Message:
compilation fixes for latest wxWin (event handlers signatures)
Index: wxDialogLayout.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxDialogLayout.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- wxDialogLayout.h 19 Sep 2003 13:31:19 -0000 1.72
+++ wxDialogLayout.h 10 Feb 2004 22:44:05 -0000 1.73
@@ -354,5 +354,5 @@
const wxString& windowName);
- virtual void OnChange(wxEvent& event);
+ virtual void OnChange(wxCommandEvent& event);
private:
@@ -629,5 +629,5 @@
// something changes
// ---------------------------------------------------------
- void OnChange(wxEvent& event);
+ void OnChange(wxCommandEvent& event);
private:
Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -b -u -2 -r1.65 -r1.66
--- wxOptionsPage.h 15 Jan 2004 18:43:01 -0000 1.65
+++ wxOptionsPage.h 10 Feb 2004 22:44:05 -0000 1.66
@@ -159,8 +159,8 @@
// called when a {radio/combo/check}box value changes
- void OnControlChange(wxEvent& event);
+ void OnControlChange(wxCommandEvent& event);
// called when a textctrl value changes
- void OnTextChange(wxEvent& event);
+ void OnTextChange(wxCommandEvent& event);
// enable/disable controls (better than OnUpdateUI here)
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates