fixes for the wxPre* helpers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
char* name = "notebook");
|
||||
|
||||
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
|
||||
%pragma(python) addtomethod = "wxPreNotebook:val._setOORInfo(self)"
|
||||
%pragma(python) addtomethod = "wxPreNotebook:val._setOORInfo(val)"
|
||||
|
||||
int GetPageCount();
|
||||
int SetSelection(int nPage);
|
||||
@@ -177,7 +177,7 @@ public:
|
||||
char* name = "splitterWindow");
|
||||
|
||||
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
|
||||
%pragma(python) addtomethod = "wxPreSplitterWindow:val._setOORInfo(self)"
|
||||
%pragma(python) addtomethod = "wxPreSplitterWindow:val._setOORInfo(val)"
|
||||
|
||||
// Gets the only or left/top pane
|
||||
wxWindow *GetWindow1();
|
||||
|
Reference in New Issue
Block a user