]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/srchctrl.h
Clear columns on destruction
[wxWidgets.git] / include / wx / mac / carbon / srchctrl.h
index 6c3f2496a2d0210af2c3e2b95624032bfc2ff1c5..eba88ccc4302f8fe75c347a80b9b055160959c96 100644 (file)
@@ -15,7 +15,7 @@
 
 class wxMacSearchFieldControl;
 
-class WXDLLEXPORT wxSearchCtrl : public wxSearchCtrlBase
+class WXDLLIMPEXP_CORE wxSearchCtrl : public wxSearchCtrlBase
 {
 public:
     // creation
@@ -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 ) ;