]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/srchctlg.h
test whether pointer is non-NULL before using it, not after, in wxAnimation::Load...
[wxWidgets.git] / include / wx / generic / srchctlg.h
index 690048098da9483b5ea4117238bc037b94139670..bf8fef4d322dc914221581facb9bb61bb3a3a872 100644 (file)
@@ -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
     // ---------