From de1aff4117b2f0a354a618e35cde6ef97bbe3e50 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 --- interface/wx/htmllbox.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 6c8af509a6..22717f7907 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 {