-#if defined(__SUNCC__)
- const wxString choices[] = NULL,
-#else
- const wxString choices[] = (const wxString *) NULL,
-#endif
+ const wxString *choices = (const wxString *)NULL,
+ long style = 0,
+ const wxValidator& validator = wxDefaultValidator,
+ const wxString& name = wxListBoxNameStr);
+ wxCheckListBox(wxWindow *parent, wxWindowID id,
+ const wxPoint& pos,
+ const wxSize& size,
+ const wxArrayString& choices,