From ed6480baf519a8eab473137638e27973ba6e87a5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Nov 2010 11:34:25 +0000 Subject: [PATCH] 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 --- interface/wx/htmllbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: /** -- 2.45.2