]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/htmllbox.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / htmllbox.h
index 150398f04bb56740371a6cfca8fc05cce69c358e..c99670cc6d4ee529e2bacc843a35a25c608f4bce 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxHtmlListBox
 
 /**
     @class wxHtmlListBox
-    @wxheader{htmllbox.h}
 
     wxHtmlListBox is an implementation of wxVListBox which
     shows HTML content in the listbox rows. This is still an abstract base class
 
     wxHtmlListBox is an implementation of wxVListBox which
     shows HTML content in the listbox rows. This is still an abstract base class
@@ -41,7 +40,7 @@ public:
     /**
         Destructor cleans up whatever resources we use.
     */
     /**
         Destructor cleans up whatever resources we use.
     */
-    ~wxHtmlListBox();
+    virtual ~wxHtmlListBox();
 
     /**
         Creates the control and optionally sets the initial number of items in it
 
     /**
         Creates the control and optionally sets the initial number of items in it
@@ -132,7 +131,6 @@ public:
 
 /**
     @class wxSimpleHtmlListBox
 
 /**
     @class wxSimpleHtmlListBox
-    @wxheader{htmllbox.h}
 
     wxSimpleHtmlListBox is an implementation of wxHtmlListBox which
     shows HTML content in the listbox rows.
 
     wxSimpleHtmlListBox is an implementation of wxHtmlListBox which
     shows HTML content in the listbox rows.
@@ -213,7 +211,7 @@ public:
     /**
         Frees the array of stored items and relative client data.
     */
     /**
         Frees the array of stored items and relative client data.
     */
-    ~wxSimpleHtmlListBox();
+    virtual ~wxSimpleHtmlListBox();
 
     //@{
     /**
 
     //@{
     /**