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:
committed by
Vadim Zeitlin
parent
61083f4871
commit
de1aff4117
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user