m_menuWidget = (WXWidget) 0;
m_widgetList = (WXWidget*) 0;
m_formWidget = (WXWidget) 0;
- m_inSetValue = FALSE;
}
bool wxChoice::Create(wxWindow *parent, wxWindowID id,
m_menuWidget = (WXWidget) 0;
m_widgetList = (WXWidget*) 0;
m_formWidget = (WXWidget) 0;
- m_inSetValue = FALSE;
if (parent) parent->AddChild(this);
wxChoice *item = (wxChoice *) clientData;
if (item)
{
- if (item->m_inSetValue)
+ if (item->InSetValue())
return;
char *s = NULL;