X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58d424d7e15e3b1fd88ef0adfe280b006250a54c..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/osx/choice.h?ds=sidebyside diff --git a/include/wx/osx/choice.h b/include/wx/osx/choice.h index 3e8898373c..720b9c509d 100644 --- a/include/wx/osx/choice.h +++ b/include/wx/osx/choice.h @@ -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