default id's where possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
RefDoc(wxComboBox, ""); // turn it off for the ctors
|
||||
|
||||
DocCtorAStr(
|
||||
wxComboBox(wxWindow* parent, wxWindowID id,
|
||||
wxComboBox(wxWindow* parent, wxWindowID id=-1,
|
||||
const wxString& value = wxPyEmptyString,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
|
||||
|
||||
DocDeclAStr(
|
||||
bool, Create(wxWindow *parent, wxWindowID id,
|
||||
bool, Create(wxWindow *parent, wxWindowID id=-1,
|
||||
const wxString& value = wxPyEmptyString,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
|
Reference in New Issue
Block a user