]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/checklst.cpp
probably forgot to commit mimetype split to this file?
[wxWidgets.git] / src / stubs / checklst.cpp
index c7121e553da6129fecfc2721fdf1f9ce5db138a2..18433b99d0dff088d8cf81d1fc1318f6d30b3c26 100644 (file)
@@ -23,9 +23,7 @@
 // implementation
 // ============================================================================
 
-#if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
-#endif
 
 // ----------------------------------------------------------------------------
 // implementation of wxCheckListBox class
@@ -34,8 +32,6 @@
 // define event table
 // ------------------
 BEGIN_EVENT_TABLE(wxCheckListBox, wxListBox)
-  EVT_CHAR(wxCheckListBox::OnChar)
-  EVT_LEFT_DOWN(wxCheckListBox::OnLeftClick)
 END_EVENT_TABLE()
 
 // control creation
@@ -71,7 +67,6 @@ bool wxCheckListBox::IsChecked(uint uiIndex) const
 void wxCheckListBox::Check(uint uiIndex, bool bCheck)
 {
     // TODO
-    return FALSE;
 }