X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af4648f66cc25393cf0f11dfeaf67d067063660..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/odcombo.h diff --git a/interface/wx/odcombo.h b/interface/wx/odcombo.h index 71bd0c7fd2..e7fcef6cd5 100644 --- a/interface/wx/odcombo.h +++ b/interface/wx/odcombo.h @@ -2,7 +2,6 @@ // Name: odcombo.h // Purpose: interface of wxOwnerDrawnComboBox // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -68,7 +67,7 @@ enum @beginEventEmissionTable{wxCommandEvent} @event{EVT_COMBOBOX(id, func)} - Process a wxEVT_COMMAND_COMBOBOX_SELECTED event, when an item on + Process a wxEVT_COMBOBOX event, when an item on the list is selected. Note that calling GetValue() returns the new value of selection. @endEventTable @@ -77,7 +76,7 @@ enum @library{wxadv} @category{ctrl} - @appearance{ownerdrawncombobox.png} + @appearance{ownerdrawncombobox} @see wxComboCtrl, wxComboBox, wxVListBox, wxCommandEvent */