added wxWizard handler to XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-04-22 20:25:50 +00:00
parent b867ed682d
commit e5db28fd7c
9 changed files with 283 additions and 1 deletions

View File

@@ -96,4 +96,7 @@ void wxXmlResource::InitAllHandlers()
AddHandler(new wxFrameXmlHandler);
AddHandler(new wxScrolledWindowXmlHandler);
AddHandler(new wxSplitterWindowXmlHandler);
#if wxUSE_WIZARDDLG
AddHandler(new wxWizardXmlHandler);
#endif
}