]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
Re-add support for multiple text validator styles but
[wxWidgets.git] / interface / wx / checklst.h
index 40901ece48be6ac6c0730b35ae235bb13fd1934e..f1cc9e9a9a5eb0c4dc3d11d0944c18af356229ff 100644 (file)
     @beginEventTable{wxCommandEvent}
     @event{EVT_CHECKLISTBOX(id, func)}
            Process a wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event, when an item in
-           the check list box is checked or unchecked.
+           the check list box is checked or unchecked. wxCommandEvent::GetInt()
+           will contain the index of the item that was checked or unchecked.
+           wxCommandEvent::IsChecked() is not valid! Use wxCheckListBox::IsChecked()
+           instead.
     @endEventTable
 
     @library{wxcore}