X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdfb981a826d29e292738a27700543fa10d2bfb..907c2926f97456c7362f61637464b2cb5272b540:/wxPython/src/_choice.i?ds=inline diff --git a/wxPython/src/_choice.i b/wxPython/src/_choice.i index d746c04245..a0472e1d96 100644 --- a/wxPython/src/_choice.i +++ b/wxPython/src/_choice.i @@ -40,7 +40,7 @@ public: RefDoc(wxChoice, ""); // turn it off for the ctors DocCtorAStr( - wxChoice(wxWindow *parent, wxWindowID id, + wxChoice(wxWindow *parent, wxWindowID id=-1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, const wxArrayString& choices = wxPyEmptyStringArray, @@ -59,7 +59,7 @@ public: DocDeclAStr( - bool, Create(wxWindow *parent, wxWindowID id, + bool, Create(wxWindow *parent, wxWindowID id=-1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, const wxArrayString& choices = wxPyEmptyStringArray,