X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1546160882d1ac98932420d7aeb4ff21d06301..8c6471af3cf87c97f5f1564c601237caf9fdeb60:/interface/wx/choice.h diff --git a/interface/wx/choice.h b/interface/wx/choice.h index 4af7870e8d..25ad6bbfce 100644 --- a/interface/wx/choice.h +++ b/interface/wx/choice.h @@ -2,7 +2,6 @@ // Name: choice.h // Purpose: interface of wxChoice // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -20,7 +19,7 @@ @beginEventEmissionTable{wxCommandEvent} @event{EVT_CHOICE(id, func)} - Process a @c wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the + Process a @c wxEVT_CHOICE event, when an item on the list is selected. @endEventTable @@ -30,7 +29,8 @@ @see wxListBox, wxComboBox, wxCommandEvent */ -class wxChoice : public wxControlWithItems +class wxChoice : public wxControl, + public wxItemContainer { public: /**