// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_toolb.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_XRC && wxUSE_TOOLBAR
+
#include "wx/xrc/xh_toolb.h"
#include "wx/toolbar.h"
#include "wx/frame.h"
-#if wxUSE_TOOLBAR
-
IMPLEMENT_DYNAMIC_CLASS(wxToolBarXmlHandler, wxXmlResourceHandler)
wxToolBarXmlHandler::wxToolBarXmlHandler()
XRC_ADD_STYLE(wxTB_NOICONS);
XRC_ADD_STYLE(wxTB_NODIVIDER);
XRC_ADD_STYLE(wxTB_NOALIGN);
+ XRC_ADD_STYLE(wxTB_HORZ_LAYOUT);
+ XRC_ADD_STYLE(wxTB_HORZ_TEXT);
AddWindowStyles();
}
(m_isInside && IsOfClass(node, wxT("separator"))));
}
-#endif
+#endif // wxUSE_XRC && wxUSE_TOOLBAR