]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/htmllbox.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / htmllbox.h
index 5098935c17fd4dffd952929298dbf1ca8cccc118..f61360bc53d628029872a68fe19cf68c0d5e405e 100644 (file)
@@ -25,6 +25,7 @@ class WXDLLIMPEXP_HTML wxHtmlListBoxStyle;
 
 class WXDLLIMPEXP_HTML wxHtmlListBox : public wxVListBox
 {
+    DECLARE_ABSTRACT_CLASS(wxHtmlListBox)
 public:
     // constructors and such
     // ---------------------
@@ -120,6 +121,7 @@ private:
 
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxHtmlListBox)
 };
 
 #endif // _WX_HTMLLBOX_H_