]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_choice.i
default id's where possible
[wxWidgets.git] / wxPython / src / _choice.i
index d746c04245e1d6bd29fea77e59049c9351a628ea..a0472e1d96eb12654ff332848aac560902e395cd 100644 (file)
@@ -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,