#include "wx/setup.h"
+class wxOwnerDrawn; // so the compiler knows, it is a class.
+
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
class WXDLLEXPORT wxCheckListBox : public wxListBox
int nStrings = 0,
const wxString choices[] = NULL,
long style = 0,
+#if wxUSE_VALIDATORS
const wxValidator& validator = wxDefaultValidator,
+#endif
const wxString& name = wxListBoxNameStr);
// override base class virtuals