]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/aboutdlgg.h
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / include / wx / generic / aboutdlgg.h
index 421fbe452bfbd87efed25c09612ea13628cbe5b4..c3ce6681ee8fa1c76b5c9dceb693f38a93643983 100644 (file)
@@ -64,6 +64,11 @@ protected:
     // add the text, if it's not empty, to the text sizer contents
     void AddText(const wxString& text);
 
+#if wxUSE_COLLPANE
+    // add a wxCollapsiblePane containing the given text
+    void AddCollapsiblePane(const wxString& title, const wxString& text);
+#endif // wxUSE_COLLPANE
+
 private:
     // common part of all ctors
     void Init() { m_sizerText = NULL; }