]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/srchctrl.h
removed extraneous comma at the end of wxGridDirection enum
[wxWidgets.git] / include / wx / mac / carbon / srchctrl.h
index 6c3f2496a2d0210af2c3e2b95624032bfc2ff1c5..94c34fd41aa4ead8b250df2c9721db0151e99eaf 100644 (file)
@@ -53,6 +53,10 @@ public:
     virtual void ShowCancelButton( bool show );
     virtual bool IsCancelButtonVisible() const;
 
+    // TODO: In 2.9 these should probably be virtual, and declared in the base class...
+    void SetDescriptiveText(const wxString& text);
+    wxString GetDescriptiveText() const;
+
     virtual wxInt32     MacSearchFieldSearchHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
     virtual wxInt32     MacSearchFieldCancelHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;