X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5eeccdd52c8a7140bfa220d412aa9dc181f7a4d8..ea160f01c60cfc879e1ba3ffec76d113a0404603:/interface/wx/odcombo.h diff --git a/interface/wx/odcombo.h b/interface/wx/odcombo.h index 07bb3a7501..0e639178c5 100644 --- a/interface/wx/odcombo.h +++ b/interface/wx/odcombo.h @@ -68,7 +68,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,11 +77,11 @@ enum @library{wxadv} @category{ctrl} - @appearance{ownerdrawncombobox.png} + @appearance{ownerdrawncombobox} @see wxComboCtrl, wxComboBox, wxVListBox, wxCommandEvent */ -class wxOwnerDrawnComboBox : public wxComboCtrl, wxItemContainer +class wxOwnerDrawnComboBox : public wxComboCtrl, public wxItemContainer { public: /**