From fcb8497def66efafd5edb3814a7a8d20a2620b55 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 9 Sep 2016 00:15:55 -0400 Subject: [PATCH] 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 de1aff4117b2f0a354a618e35cde6ef97bbe3e50) --- interface/wx/htmllbox.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 2f3cdaee16..651f193b8c 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -200,6 +200,9 @@ protected: @see wxSimpleHtmlListBox::Create */ +#define wxHLB_DEFAULT_STYLE wxBORDER_SUNKEN +#define wxHLB_MULTIPLE wxLB_MULTIPLE + class wxSimpleHtmlListBox : public wxHtmlListBox, public wxItemContainer {