Document wxHLB_XXX constants for wxHtmlListBox styles

Add missing #define's to htmllbox interface header.

Closes https://github.com/wxWidgets/wxWidgets/pull/323
This commit is contained in:
Scott Talbert
2016-09-09 00:15:55 -04:00
committed by Vadim Zeitlin
parent 61083f4871
commit de1aff4117

View File

@@ -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
{