#pragma hdrstop
#endif
+#if wxUSE_XML && wxUSE_XRC
+
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
#include "wx/intl.h"
return (IsOfClass(node, wxT("wxListBox")) ||
(m_insideBox && node->GetName() == wxT("item")));
}
+
+#endif // wxUSE_XML && wxUSE_XRC