X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a0348c44940b6cb06811fc99e9c0218cc856ec3..233387bdcbb1c4f31c54b0fe6b3f03e8d261cab1:/src/xrc/xmlrsall.cpp diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index 1d1e8b8c57..df66f1d675 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -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 @@ -120,6 +118,9 @@ void wxXmlResource::InitAllHandlers() #if wxUSE_MDI AddHandler(new wxMdiXmlHandler); #endif +#if wxUSE_GRID + AddHandler( new wxGridXmlHandler); +#endif } #endif // wxUSE_XRC