#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/intl.h"
+#include "wx/wx.h"
+#include "wx/dynarray.h"
#endif
+#ifndef __WIN16__
#include "wx/spinbutt.h"
#include "wx/checklst.h"
+#endif
#include "wx/valgen.h"
return TRUE;
}
}
+#ifndef __WIN16__
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxSpinButton)) )
{
wxSpinButton* pControl = (wxSpinButton*) m_validatorWindow;
return TRUE;
}
}
+#endif
// string controls
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxButton)) )
{
return TRUE;
}
}
+#ifndef __WIN16__
// array controls
// NOTE: wxCheckListBox isa wxListBox, so wxCheckListBox
// MUST come first:
else
return FALSE;
}
+#endif
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxListBox)) )
{
wxListBox* pControl = (wxListBox*) m_validatorWindow;
return TRUE;
}
}
+#ifndef __WIN16__
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxSpinButton)) )
{
wxSpinButton* pControl = (wxSpinButton*) m_validatorWindow;
return TRUE;
}
}
+#endif
// string controls
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxButton)) )
{
return TRUE;
}
}
+#ifndef __WIN16__
// array controls
// NOTE: wxCheckListBox isa wxListBox, so wxCheckListBox
// MUST come first:
else
return FALSE;
}
+#endif
else if (m_validatorWindow->IsKindOf(CLASSINFO(wxListBox)) )
{
wxListBox* pControl = (wxListBox*) m_validatorWindow;