]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bmpcbox.h
Moved wxPGChoices m_choices member from various property classes to base wxPGProperty...
[wxWidgets.git] / interface / wx / bmpcbox.h
index 3e7b6d87e1e5c684a5d4d42fdd54e2562138811c..897261d01d7b2de443f530c0e7728faa6a4bd8d3 100644 (file)
@@ -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,