X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1546160882d1ac98932420d7aeb4ff21d06301..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/odcombo.h diff --git a/interface/wx/odcombo.h b/interface/wx/odcombo.h index abd24fc6b6..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