- wxHtmlListBoxDefault constructor, you must call Create() later. 
- CreateCreates the control and optionally sets the initial number of items in it (it may also be set or changed later with wxVListBox::SetItemCount). 
- GetSelectedTextBgColourThis virtual function may be overridden to change the appearance of the background of the selected cells in the same way as GetSelectedTextColour(). 
- GetSelectedTextColourThis virtual function may be overridden to customize the appearance of the selected cells. 
- OnGetItemThis method must be implemented in the derived class and should return the body (i.e. 
- OnGetItemMarkupThis function may be overridden to decorate HTML returned by OnGetItem(). 
- OnLinkClickedCalled when the user clicks on hypertext link.