X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f22cf8ddb6d4c75eee97d1320ba20f7c82753c8..f4f55a0146e0ff9499d56177196de66d5ba833e2:/utils/wxPython/src/controls.i diff --git a/utils/wxPython/src/controls.i b/utils/wxPython/src/controls.i index 7b5098130e..cb77a94f30 100644 --- a/utils/wxPython/src/controls.i +++ b/utils/wxPython/src/controls.i @@ -22,6 +22,10 @@ #include #endif #endif + +#ifdef __WXGTK__ +#include +#endif %} //---------------------------------------------------------------------- @@ -479,7 +483,13 @@ public: ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.10 1998/12/17 17:52:19 RD +// wxPython 0.5.2 +// Minor fixes and SWIG code generation for RR's changes. MSW and GTK +// versions are much closer now! +// // Revision 1.9 1998/12/17 14:07:29 RR +// // Removed minor differences between wxMSW and wxGTK // // Revision 1.8 1998/12/15 20:41:15 RD