X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a9a204e09c8b46fbffba1bf8d80bf2f0799a608..d8efd2198ff050ca5a5726bcad0f42692fe872df:/interface/wx/htmllbox.h diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 64c8096403..2813c2ba76 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -284,15 +284,14 @@ public: Creates the HTML listbox for two-step construction. See wxSimpleHtmlListBox() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, + bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - int n, - const wxString choices[] = NULL, + int n = 0, const wxString choices[] = NULL, long style = wxHLB_DEFAULT_STYLE, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxSimpleHtmlListBoxNameStr); - bool Create(wxWindow* parent, wxWindowID id, + bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices,