From: Vadim Zeitlin Date: Sat, 27 Nov 2010 11:34:25 +0000 (+0000) Subject: Document wxSimpleHtmlListBox inheritance from wxItemContainer. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed6480baf519a8eab473137638e27973ba6e87a5 Document wxSimpleHtmlListBox inheritance from wxItemContainer. Without wxItemContainer in the docs all the item maintenance methods were absent from wxSimpleHtmlListBox. See #12717. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index d34646abd7..38fc4ab3e8 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -201,7 +201,8 @@ protected: @see wxSimpleHtmlListBox::Create */ -class wxSimpleHtmlListBox : public wxHtmlListBox +class wxSimpleHtmlListBox : public wxHtmlListBox, + public wxItemContainer { public: /**