X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a9b4940a1f8eef8eb3e7ff65ed45f1daf14c2d9..b5d43d1d73da3d4c690af39466fd1d73889df2db:/include/wx/htmllbox.h?ds=sidebyside diff --git a/include/wx/htmllbox.h b/include/wx/htmllbox.h index 97f2ae413e..f61360bc53 100644 --- a/include/wx/htmllbox.h +++ b/include/wx/htmllbox.h @@ -14,17 +14,18 @@ #include "wx/vlbox.h" // base class -class WXDLLEXPORT wxHtmlCell; -class WXDLLEXPORT wxHtmlWinParser; -class WXDLLEXPORT wxHtmlListBoxCache; -class WXDLLEXPORT wxHtmlListBoxStyle; +class WXDLLIMPEXP_HTML wxHtmlCell; +class WXDLLIMPEXP_HTML wxHtmlWinParser; +class WXDLLIMPEXP_HTML wxHtmlListBoxCache; +class WXDLLIMPEXP_HTML wxHtmlListBoxStyle; // ---------------------------------------------------------------------------- // wxHtmlListBox // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxHtmlListBox : public wxVListBox +class WXDLLIMPEXP_HTML wxHtmlListBox : public wxVListBox { + DECLARE_ABSTRACT_CLASS(wxHtmlListBox) public: // constructors and such // --------------------- @@ -61,9 +62,9 @@ public: // destructor cleans up whatever resources we use virtual ~wxHtmlListBox(); - // refresh everything + // override some base class virtuals virtual void RefreshAll(); - + virtual void SetItemCount(size_t count); protected: // this method must be implemented in the derived class and should return @@ -120,6 +121,7 @@ private: DECLARE_EVENT_TABLE() + DECLARE_NO_COPY_CLASS(wxHtmlListBox) }; #endif // _WX_HTMLLBOX_H_