- bool Create(wxWindow* parent, wxWindowID id, const wxString& label,
+ // Turn it back on again
+ %typemap(out) wxStaticBox* { $result = wxPyMake_wxObject($1, $owner); }
+
+ bool Create(wxWindow* parent, wxWindowID id=-1,
+ const wxString& label = wxPyEmptyString,