show all available information in the dialog (somewhat modified patch 1592306)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-12 21:43:27 +00:00
parent 56eebcdac2
commit b9993189cc
2 changed files with 39 additions and 15 deletions

View File

@@ -64,6 +64,9 @@ protected:
// add the text, if it's not empty, to the text sizer contents
void AddText(const wxString& text);
// add a wxCollapsiblePane containing the given text
void AddCollapsiblePane(const wxString& title, const wxString& text);
private:
// common part of all ctors
void Init() { m_sizerText = NULL; }