Use default window IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
RefDoc(wxSplitterWindow, ""); // turn it off for the ctors
|
||||
|
||||
DocCtorStr(
|
||||
wxSplitterWindow(wxWindow* parent, wxWindowID id,
|
||||
wxSplitterWindow(wxWindow* parent, wxWindowID id=-1,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style=wxSP_3D,
|
||||
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
bool , Create(wxWindow* parent, wxWindowID id,
|
||||
bool , Create(wxWindow* parent, wxWindowID id=-1,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style=wxSP_3D,
|
||||
|
Reference in New Issue
Block a user