]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/choice.h
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / include / wx / osx / choice.h
index 3e8898373c63d40c2b7273d9fb2e2237615a9179..720b9c509d543473695d9aaae2f136a9951e0439 100644 (file)
@@ -93,6 +93,10 @@ protected:
     wxArrayString m_strings;
     wxChoiceDataArray m_datas ;
     wxMenu*    m_popUpMenu ;
+
+private:
+    // This should be called when the number of items in the control changes.
+    void DoAfterItemCountChange();
 };
 
 #endif