///////////////////////////////////////////////////////////////////////////////
-// Name: checklst.h
+// Name: wx/gtk1/checklst.h
// Purpose: wxCheckListBox class
// Author: Robert Roebling
// Modified by:
void Check( int index, bool check = TRUE );
int GetItemHeight() const;
-
+
private:
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
};