reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -137,8 +137,8 @@ class wxWindowPtr(wxEvtHandlerPtr):
|
|||||||
def CenterOnScreen(self, *_args, **_kwargs):
|
def CenterOnScreen(self, *_args, **_kwargs):
|
||||||
val = windowsc.wxWindow_CenterOnScreen(self, *_args, **_kwargs)
|
val = windowsc.wxWindow_CenterOnScreen(self, *_args, **_kwargs)
|
||||||
return val
|
return val
|
||||||
def Clear(self, *_args, **_kwargs):
|
def ClearBackground(self, *_args, **_kwargs):
|
||||||
val = windowsc.wxWindow_Clear(self, *_args, **_kwargs)
|
val = windowsc.wxWindow_ClearBackground(self, *_args, **_kwargs)
|
||||||
return val
|
return val
|
||||||
def ClientToScreenXY(self, *_args, **_kwargs):
|
def ClientToScreenXY(self, *_args, **_kwargs):
|
||||||
val = windowsc.wxWindow_ClientToScreenXY(self, *_args, **_kwargs)
|
val = windowsc.wxWindow_ClientToScreenXY(self, *_args, **_kwargs)
|
||||||
|
@@ -4884,6 +4884,11 @@ SWIGEXPORT(void) initwindows3c() {
|
|||||||
PyDict_SetItemString(d,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM));
|
PyDict_SetItemString(d,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM));
|
||||||
PyDict_SetItemString(d,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO));
|
PyDict_SetItemString(d,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO));
|
||||||
PyDict_SetItemString(d,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT));
|
PyDict_SetItemString(d,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT));
|
||||||
|
|
||||||
|
// Map renamed classes back to their common name for OOR
|
||||||
|
wxPyPtrTypeMap_Add("wxHtmlListBox", "wxPyHtmlListBox");
|
||||||
|
wxPyPtrTypeMap_Add("wxVListBox", "wxPyVListBox");
|
||||||
|
wxPyPtrTypeMap_Add("wxVScrolledWindow", "wxPyVScrolledWindow");
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; _swig_mapping[i].n1; i++)
|
for (i = 0; _swig_mapping[i].n1; i++)
|
||||||
|
Reference in New Issue
Block a user