@library{wxcore}
@category{ctrl}
- <!-- @appearance{checklistbox.png} -->
+ @appearance{checklistbox.png}
@see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
*/
/**
Destructor, destroying the list box.
*/
- ~wxCheckListBox();
+ virtual ~wxCheckListBox();
/**
Checks the given item. Note that calling this method does not result in
@param check
@true if the item is to be checked, @false otherwise.
*/
- void Check(int item, bool check = true);
+ void Check(unsigned int item, bool check = true);
/**
Returns @true if the given item is checked, @false otherwise.