// Copyright: (c) 2000 Vaclav Slavik
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
+
#ifdef __GNUG__
#pragma implementation "xh_panel.h"
#endif
}
wxObject *wxPanelXmlHandler::DoCreateResource()
-{
+{
XRC_MAKE_INSTANCE(panel, wxPanel)
panel->Create(m_parentAsWindow,
SetupWindow(panel);
CreateChildren(panel);
-
+
return panel;
}