]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / osx / combobox.h
index 9f9602903c9d2ce7d1c1bd76259bb1140942d8f3..92ff947afe010df40082324195271728f585b1ef 100644 (file)
@@ -158,6 +158,8 @@ protected:
 
     virtual void SetClientDataType(wxClientDataType clientDataItemsType);
 
+    virtual void EnableTextChangedEvents(bool enable);
+
     // the subcontrols
     wxComboBoxText*     m_text;
     wxComboBoxChoice*   m_choice;