X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af1f44f17ea894ffba100703360b9084fb4fa17b..df08bf5ab3a0eb24d53b2c002f473799c5622bbb:/include/wx/generic/srchctlg.h diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index 690048098d..bf8fef4d32 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -60,6 +60,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; + // accessors // ---------