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:
parent
61083f4871
commit
de1aff4117
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue