X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/172541f64be8fcddb08f1c121da256d08c24a70b..7bd236e6da74203ba429941d3f9643291494b420:/src/xrc/xmlrsall.cpp diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index d1474daa70..eb73722734 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xmlrsall.cpp +// Name: src/xrc/xmlrsall.cpp // Purpose: wxXmlResource::InitAllHandlers // Author: Vaclav Slavik // Created: 2000/03/05 @@ -8,11 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -// -- Already done in xmlres.cpp -//#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -//#pragma implementation "xmlres.h" -//#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -90,6 +85,9 @@ void wxXmlResource::InitAllHandlers() #endif #if wxUSE_CHOICEBOOK AddHandler(new wxChoicebookXmlHandler); +#endif +#if wxUSE_TREEBOOK + AddHandler(new wxTreebookXmlHandler); #endif AddHandler(new wxTextCtrlXmlHandler); #if wxUSE_LISTBOX @@ -117,6 +115,15 @@ void wxXmlResource::InitAllHandlers() #if wxUSE_DATEPICKCTRL AddHandler(new wxDateCtrlXmlHandler); #endif +#if wxUSE_MDI + AddHandler(new wxMdiXmlHandler); +#endif +#if wxUSE_GRID + AddHandler( new wxGridXmlHandler); +#endif +#if wxUSE_HYPERLINKCTRL + AddHandler( new wxHyperlinkCtrlXmlHandler); +#endif } #endif // wxUSE_XRC