- m_insideBox = TRUE;
- CreateChildrenPrivately( NULL, GetParamNode(wxT("content")));
- wxString *strings = (wxString *) NULL;
- if( strList.GetCount() > 0 )
- {
- strings = new wxString[strList.GetCount()];
- int count = strList.GetCount();
- for( int i = 0; i < count; i++ )
- strings[i]=strList[i];
- }
-
-
- wxComboBox *control = wxStaticCast(m_instance, wxComboBox);
-
- if (!control)
- control = new wxComboBox;
-
- control->Create(m_parentAsWindow,
+ m_insideBox = true;
+ CreateChildrenPrivately(NULL, GetParamNode(wxT("content")));
+
+ XRC_MAKE_INSTANCE(control, wxComboBox)
+
+ control->Create(m_parentAsWindow,