Some updates (incomplete)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-14 09:04:36 +00:00
parent 74ee21fd66
commit 61775320c5
11 changed files with 1772 additions and 433 deletions

View File

@@ -27,6 +27,7 @@ class ctConfigTreeCtrl;
class ctPropertyEditor;
class ctOutputWindow;
class ctFindReplaceDialog;
class ctConfigurationBrowserWindow;
/*!
* \brief The main window of the application.
@@ -153,6 +154,10 @@ protected:
ctOutputWindow* m_setupPage;
ctOutputWindow* m_configurePage;
// The control panel for browsing, adding and removing
// configurations.
ctConfigurationBrowserWindow* m_configBrowserPage;
ctFindReplaceDialog* m_findDialog;
};