X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51fbe4cc1d6f3368c55a07149abf13967dce3d9e..d21aa7f4eb15c7b92a7107b3e24beaa0d618cf84:/interface/wx/checklst.h diff --git a/interface/wx/checklst.h b/interface/wx/checklst.h index f1cc9e9a9a..982209412b 100644 --- a/interface/wx/checklst.h +++ b/interface/wx/checklst.h @@ -15,13 +15,13 @@ When using this class under Windows wxWidgets must be compiled with wxUSE_OWNER_DRAWN set to 1. - @beginEventTable{wxCommandEvent} + @beginEventEmissionTable{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. wxCommandEvent::GetInt() - will contain the index of the item that was checked or unchecked. - wxCommandEvent::IsChecked() is not valid! Use wxCheckListBox::IsChecked() - instead. + Process a wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event, when an item in + 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}