-bool wxComboBox::Create(wxWindow *parent, const wxWindowID id,
- const wxString& value,
- const wxPoint& pos,
- const wxSize& size,
- const int n, const wxString choices[],
- const long style,
- const wxValidator& validator,
- const wxString& name)
+bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
+ const wxString& value,
+ const wxPoint& pos,
+ const wxSize& size,
+ int n, const wxString choices[],
+ long style,
+ const wxValidator& validator,
+ const wxString& name)