wxPython 2.1b1 for wxMSW (wxGTK coming soon)
Lots of changes, see the README.txt for details... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
%include _defs.i
|
||||
|
||||
%import misc.i
|
||||
%import misc2.i
|
||||
%import windows.i
|
||||
%import events.i
|
||||
%import gdi.i
|
||||
@@ -38,6 +39,7 @@
|
||||
%import frames.i
|
||||
%import windows3.i
|
||||
%import image.i
|
||||
%import printfw.i
|
||||
|
||||
|
||||
%native(_wxStart) __wxStart;
|
||||
@@ -45,7 +47,7 @@
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#define __version__ "2.0b9"
|
||||
#define __version__ "2.1b1"
|
||||
|
||||
wxPoint wxPyDefaultPosition;
|
||||
wxSize wxPyDefaultSize;
|
||||
@@ -105,6 +107,7 @@ extern "C" SWIGEXPORT(void,initwindowsc)();
|
||||
extern "C" SWIGEXPORT(void,initwindows2c)();
|
||||
extern "C" SWIGEXPORT(void,initeventsc)();
|
||||
extern "C" SWIGEXPORT(void,initmiscc)();
|
||||
extern "C" SWIGEXPORT(void,initmisc2c)();
|
||||
extern "C" SWIGEXPORT(void,initgdic)();
|
||||
extern "C" SWIGEXPORT(void,initmdic)();
|
||||
extern "C" SWIGEXPORT(void,initcontrolsc)();
|
||||
@@ -114,6 +117,7 @@ extern "C" SWIGEXPORT(void,initstattoolc)();
|
||||
extern "C" SWIGEXPORT(void,initframesc)();
|
||||
extern "C" SWIGEXPORT(void,initwindows3c)();
|
||||
extern "C" SWIGEXPORT(void,initimagec)();
|
||||
extern "C" SWIGEXPORT(void,initprintfwc)();
|
||||
#ifndef SEPARATE
|
||||
extern "C" SWIGEXPORT(void,initutilsc)();
|
||||
extern "C" SWIGEXPORT(void,initglcanvasc)();
|
||||
@@ -135,6 +139,7 @@ extern "C" SWIGEXPORT(void,initglcanvasc)();
|
||||
initwindows2c();
|
||||
initeventsc();
|
||||
initmiscc();
|
||||
initmisc2c();
|
||||
initgdic();
|
||||
initmdic();
|
||||
initcontrolsc();
|
||||
@@ -144,6 +149,7 @@ extern "C" SWIGEXPORT(void,initglcanvasc)();
|
||||
initframesc();
|
||||
initwindows3c();
|
||||
initimagec();
|
||||
initprintfwc();
|
||||
#ifndef SEPARATE
|
||||
initutilsc();
|
||||
#ifdef WITH_GLCANVAS
|
||||
|
Reference in New Issue
Block a user