, int nStrings
, const wxString asChoices[]
, long lStyle
-#if wxUSE_VALIDATORS
, const wxValidator& rVal
-#endif
, const wxString& rsName
)
: wxListBox()
,nStrings
,asChoices
,lStyle | wxLB_OWNERDRAW
-#if wxUSE_VALIDATORS
,rVal
-#endif
,rsName
);
} // end of wxCheckListBox::wxCheckListBox