X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/htmllbox.h diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 6aadd45004..c8f541a6e7 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -2,7 +2,6 @@ // Name: htmllbox.h // Purpose: interface of wxHtmlListBox // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -182,10 +181,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. @@ -197,7 +196,7 @@ protected: @library{wxhtml} @category{ctrl} - @appearance{simplehtmllistbox.png} + @appearance{simplehtmllistbox} @see wxSimpleHtmlListBox::Create */