use default window id
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -163,7 +163,7 @@ public:
|
|||||||
%pythonAppend wxNotebook() ""
|
%pythonAppend wxNotebook() ""
|
||||||
|
|
||||||
wxNotebook(wxWindow *parent,
|
wxNotebook(wxWindow *parent,
|
||||||
wxWindowID id,
|
wxWindowID id=-1,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = 0,
|
long style = 0,
|
||||||
@@ -287,7 +287,7 @@ public:
|
|||||||
%pythonAppend wxListbook() ""
|
%pythonAppend wxListbook() ""
|
||||||
|
|
||||||
wxListbook(wxWindow *parent,
|
wxListbook(wxWindow *parent,
|
||||||
wxWindowID id,
|
wxWindowID id=-1,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = 0,
|
long style = 0,
|
||||||
|
Reference in New Issue
Block a user