// wxCheckListBox functions
// ----------------------------------------------------------------------------
// wxCheckListBox functions
// ----------------------------------------------------------------------------
{
wxCHECK_MSG( IsValid(item), false,
_T("invalid index in wxCheckListBox::IsChecked") );
{
wxCHECK_MSG( IsValid(item), false,
_T("invalid index in wxCheckListBox::IsChecked") );
{
wxCHECK_RET( IsValid(item),
_T("invalid index in wxCheckListBox::Check") );
{
wxCHECK_RET( IsValid(item),
_T("invalid index in wxCheckListBox::Check") );
// methods forwarded to wxListBox
// ----------------------------------------------------------------------------
// methods forwarded to wxListBox
// ----------------------------------------------------------------------------
// call it first as it does DoClear()
wxListBox::DoSetItems(items, clientData);
// call it first as it does DoClear()
wxListBox::DoSetItems(items, clientData);