]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/srchctlg.h
use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before...
[wxWidgets.git] / include / wx / generic / srchctlg.h
index 84daadaa38cad42118b4cef15658de6310206433..d9f42af826b5ab1f77d0ca6858d5802acda4b07b 100644 (file)
@@ -60,6 +60,12 @@ public:
     virtual void ShowCancelButton( bool show );
     virtual bool IsCancelButtonVisible() const;
 
+#if wxABI_VERSION >= 20802
+    // TODO: In 2.9 these should probably be virtual, and declared in the base class...
+    void SetDescriptiveText(const wxString& text);
+    wxString GetDescriptiveText() const;
+#endif
+
     // accessors
     // ---------
 
@@ -212,7 +218,8 @@ protected:
     virtual void OnSearchButton( wxCommandEvent& event );
 
     void OnSetFocus( wxFocusEvent& event );
-
+    void OnSize( wxSizeEvent& event );
+    
 private:
     friend class wxSearchButton;