Document wxHLB_XXX constants for wxHtmlListBox styles

Add missing #define's to htmllbox interface header.

Closes https://github.com/wxWidgets/wxWidgets/pull/323

(cherry picked from commit de1aff4117)
This commit is contained in:
Scott Talbert
2016-09-09 00:15:55 -04:00
committed by Vadim Zeitlin
parent d4ae8219d9
commit fcb8497def

View File

@@ -200,6 +200,9 @@ protected:
@see wxSimpleHtmlListBox::Create @see wxSimpleHtmlListBox::Create
*/ */
#define wxHLB_DEFAULT_STYLE wxBORDER_SUNKEN
#define wxHLB_MULTIPLE wxLB_MULTIPLE
class wxSimpleHtmlListBox : public wxHtmlListBox, class wxSimpleHtmlListBox : public wxHtmlListBox,
public wxItemContainer public wxItemContainer
{ {