Due to an apparent Doxygen bug, methods inherited from wxItemContainer via
wxControlWithItems didn't appear in the documentation, so work around this by
using wxItemContainer as a direct base class.
Closes #14882.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73281
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@see wxListBox, wxComboBox, wxCommandEvent
*/
-class wxChoice : public wxControlWithItems
+class wxChoice : public wxControl,
+ public wxItemContainer
{
public:
/**
@see wxEditableListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
*/
-class wxListBox : public wxControlWithItems
+class wxListBox : public wxControl,
+ public wxItemContainer
{
public:
/**