X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00c89b220733a97ef5c6c500450ae76c8573d0d9..16671f229af4d3ff3ca2a6612a8ebc6c89f45c24:/include/wx/osx/combobox.h diff --git a/include/wx/osx/combobox.h b/include/wx/osx/combobox.h index 9f9602903c..92ff947afe 100644 --- a/include/wx/osx/combobox.h +++ b/include/wx/osx/combobox.h @@ -158,6 +158,8 @@ protected: virtual void SetClientDataType(wxClientDataType clientDataItemsType); + virtual void EnableTextChangedEvents(bool enable); + // the subcontrols wxComboBoxText* m_text; wxComboBoxChoice* m_choice;