]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checklst.cpp
Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample
[wxWidgets.git] / src / gtk / checklst.cpp
index 252e216983b51b24c3922efd7aba3f4e49991f75..4d7e6fe775caa65e83fc7be514effe48ebf40e2d 100644 (file)
@@ -83,3 +83,7 @@ void wxCheckListBox::Check( int index, bool check )
     wxFAIL_MSG("wrong checklistbox index");
 }
 
+int wxCheckListBox::GetItemHeight()
+{
+    return 22;
+}