Add wxRTTI macros for the wxSimpleHtmlListBox class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c742231d29
commit
5cef2f6505
@ -199,6 +199,7 @@ private:
|
||||
class WXDLLIMPEXP_HTML wxSimpleHtmlListBox : public wxHtmlListBox,
|
||||
public wxItemContainer
|
||||
{
|
||||
DECLARE_ABSTRACT_CLASS(wxSimpleHtmlListBox)
|
||||
public:
|
||||
// wxListbox-compatible constructors
|
||||
// ---------------------------------
|
||||
|
@ -599,6 +599,9 @@ void wxHtmlListBox::OnLeftDown(wxMouseEvent& event)
|
||||
// wxSimpleHtmlListBox
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxSimpleHtmlListBox, wxHtmlListBox)
|
||||
|
||||
|
||||
bool wxSimpleHtmlListBox::Create(wxWindow *parent, wxWindowID id,
|
||||
const wxPoint& pos,
|
||||
const wxSize& size,
|
||||
|
Loading…
Reference in New Issue
Block a user