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
// ---------
virtual void OnSearchButton( wxCommandEvent& event );
void OnSetFocus( wxFocusEvent& event );
-
+ void OnSize( wxSizeEvent& event );
+
private:
friend class wxSearchButton;