X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a7da7532e246849c6f308f1ca90ffe42617e99..bda698ed193ccc86f3077f92c0ccaad1b4f33267:/interface/wx/checklst.h diff --git a/interface/wx/checklst.h b/interface/wx/checklst.h index 8287d5acdf..40901ece48 100644 --- a/interface/wx/checklst.h +++ b/interface/wx/checklst.h @@ -15,11 +15,6 @@ 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 @@ -28,7 +23,7 @@ @library{wxcore} @category{ctrl} - + @appearance{checklistbox.png} @see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent */