]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/checklst.cpp
Documented help API extension and fixed gsocket compilation.
[wxWidgets.git] / src / stubs / checklst.cpp
index c7121e553da6129fecfc2721fdf1f9ce5db138a2..ecabf5408ec88e1889148ad9db7fd8210e8fc5db 100644 (file)
@@ -34,8 +34,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 +69,6 @@ bool wxCheckListBox::IsChecked(uint uiIndex) const
 void wxCheckListBox::Check(uint uiIndex, bool bCheck)
 {
     // TODO
-    return FALSE;
 }