Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv16458/include/gui
Modified Files:
wxOptionsPage.h
Log Message:
start/stop Python interpreter dynamically when the user changes enable/disable Python
option in the options dialog
Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -u -2 -r1.64 -r1.65
--- wxOptionsPage.h 11 Oct 2003 23:13:46 -0000 1.64
+++ wxOptionsPage.h 15 Jan 2004 18:43:01 -0000 1.65
@@ -524,4 +524,5 @@
#ifdef USE_PYTHON
+
// all python-related settings
class wxOptionsPagePython : public wxOptionsPageStandard
@@ -529,5 +530,11 @@
public:
wxOptionsPagePython(wxNotebook *parent, Profile *profile);
+
+ virtual bool TransferDataFromWindow();
+
+private:
+ DECLARE_NO_COPY_CLASS(wxOptionsPagePython)
};
+
#endif // USE_PYTHON
-------------------------------------------------------
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