/**
@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
/**
Destructor cleans up whatever resources we use.
*/
- ~wxHtmlListBox();
+ virtual ~wxHtmlListBox();
/**
Creates the control and optionally sets the initial number of items in it
/**
@class wxSimpleHtmlListBox
- @wxheader{htmllbox.h}
wxSimpleHtmlListBox is an implementation of wxHtmlListBox which
shows HTML content in the listbox rows.
/**
Frees the array of stored items and relative client data.
*/
- ~wxSimpleHtmlListBox();
+ virtual ~wxSimpleHtmlListBox();
//@{
/**