X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1546160882d1ac98932420d7aeb4ff21d06301..a640295faab118deee570776f5a752c5056c0aad:/interface/wx/htmllbox.h diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index b013e11446..7202313423 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -182,10 +182,10 @@ protected: @beginEventEmissionTable @event{EVT_LISTBOX(id, func)} - Process a @c wxEVT_COMMAND_LISTBOX_SELECTED event, when an item on the list + Process a @c wxEVT_LISTBOX event, when an item on the list is selected. See wxCommandEvent. @event{EVT_LISTBOX_DCLICK(id, func)} - Process a @c wxEVT_COMMAND_LISTBOX_DOUBLECLICKED event, when the listbox is + Process a @c wxEVT_LISTBOX_DCLICK event, when the listbox is double-clicked. See wxCommandEvent. @event{EVT_HTML_CELL_CLICKED(id, func)} A wxHtmlCell was clicked. See wxHtmlCellEvent.