-{
- wxStaticBox *box = new wxStaticBox(m_parentAsWindow,
- GetID(),
- GetText(wxT("label")),
- GetPosition(), GetSize(),
- GetStyle(),
- GetName()
- );
+{
+ XRC_MAKE_INSTANCE(box, wxStaticBox)
+
+ box->Create(m_parentAsWindow,
+ GetID(),
+ GetText(wxT("label")),
+ GetPosition(), GetSize(),
+ GetStyle(),
+ GetName());
+