X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e10e234e2325fa6e25b23098470c5015e07a01..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/choice.h diff --git a/interface/wx/choice.h b/interface/wx/choice.h index 04fe54ec4f..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,17 +19,18 @@ @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 @library{wxcore} @category{ctrl} - @appearance{choice.png} + @appearance{choice} @see wxListBox, wxComboBox, wxCommandEvent */ -class wxChoice : public wxControlWithItems +class wxChoice : public wxControl, + public wxItemContainer { public: /**