#pragma hdrstop
#endif
+
+#if wxUSE_GRID || wxUSE_NEW_GRID
+
#ifndef WX_PRECOMP
#include "wx/textctrl.h"
#include "wx/dc.h"
wxGridCellEnumEditor::wxGridCellEnumEditor(const wxString& choices)
: wxGridCellChoiceEditor()
{
+ m_startint = -1;
+
if (!choices.IsEmpty())
SetParameters(choices);
}
return wxSize(width,height);
}
+#endif