X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..939d936402b4ac38310531ed39b4fd05afe29531:/interface/wx/bmpcbox.h?ds=sidebyside diff --git a/interface/wx/bmpcbox.h b/interface/wx/bmpcbox.h index 3e7b6d87e1..897261d01d 100644 --- a/interface/wx/bmpcbox.h +++ b/interface/wx/bmpcbox.h @@ -8,7 +8,6 @@ /** @class wxBitmapComboBox - @wxheader{bmpcbox.h} A combobox that displays bitmap in front of the list items. It currently only allows using bitmaps of one size, and resizes itself @@ -140,9 +139,9 @@ public: Creates the combobox for two-step construction. */ bool Create(wxWindow* parent, wxWindowID id, - const wxString& value = "", - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, + const wxString& value, + const wxPoint& pos, + const wxSize& size, int n, const wxString choices[], long style = 0, const wxValidator& validator = wxDefaultValidator,