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
{