]> 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 14d726d9c74f4e142481c64f6e4705a2e4f71f2d..f1cc9e9a9a5eb0c4dc3d11d0944c18af356229ff 100644 (file)
     When using this class under Windows wxWidgets must be compiled with
     wxUSE_OWNER_DRAWN set to 1.
 
-    Only the new functions for this class are documented; see also wxListBox.
-
-    Please note that wxCheckListBox uses client data in its implementation,
-    and therefore this is not available to the application.
-
     @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}