]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ctrlsub.h
OSX fix
[wxWidgets.git] / include / wx / ctrlsub.h
index ac07defc279e08bc0280c65ad51e578949dc1c44..1db128f7bcb6b95ff01cdb8bb06c18785c630b41 100644 (file)
@@ -44,6 +44,9 @@ public:
     int Append(const wxString& item, wxClientData *clientData)
         { int n = DoAppend(item); SetClientObject(n, clientData); return n; }
 
+    // append several items at once to the control
+    void Append(const wxArrayString& strings);
+
     // deleting items
     // --------------
 
@@ -102,6 +105,9 @@ protected:
 class WXDLLEXPORT wxControlWithItems : public wxControl, public wxItemContainer
 {
 public:
+    wxControlWithItems() { }
+    virtual ~wxControlWithItems();
+    
     // we have to redefine these functions here to avoid ambiguities in classes
     // deriving from us which would arise otherwise because both base classses
     // have the methods with the same names - hopefully, a smart compiler can