]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checklst.cpp
Don't use images in wxToolBar with wxTB_NOICONS in wxOSX.
[wxWidgets.git] / src / motif / checklst.cpp
index ff83d6d2c5f9b2667a6a8b39919d3901761828b7..7481179ccebaa8fbd69aa38c1e1db765c5772917 100644 (file)
@@ -28,8 +28,6 @@
 // implementation
 // ============================================================================
 
-IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
-
 // ----------------------------------------------------------------------------
 // implementation of wxCheckListBox class
 // ----------------------------------------------------------------------------
@@ -131,7 +129,7 @@ void wxCheckListBox::DoToggleItem( int n, int x )
         label[1u] = (!::IsChecked(label)) ? checkChar : uncheckChar;
         wxListBox::SetString(n, label);
 
-        wxCommandEvent event(wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, GetId());
+        wxCommandEvent event(wxEVT_CHECKLISTBOX, GetId());
         if( HasClientObjectData() )
             event.SetClientObject( GetClientObject(n) );
         else if( HasClientUntypedData() )