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 de1aff4117
)
This commit is contained in:
committed by
Vadim Zeitlin
parent
d4ae8219d9
commit
fcb8497def
@@ -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