Fix wxCHB_DEFAULT description in documentation
It was apparently copy-and-pasted from wxLB_DEFAULT, but wxChoicebook doesn't actually behave like this.
This commit is contained in:
parent
97f260bcea
commit
982cf92fd8
@ -35,7 +35,7 @@ wxEventType wxEVT_CHOICEBOOK_PAGE_CHANGING;
|
||||
@beginStyleTable
|
||||
@style{wxCHB_DEFAULT}
|
||||
Choose the default location for the labels depending on the current
|
||||
platform (left everywhere except Mac where it is top).
|
||||
platform (but currently it's the same everywhere, namely wxCHB_TOP).
|
||||
@style{wxCHB_TOP}
|
||||
Place labels above the page area.
|
||||
@style{wxCHB_LEFT}
|
||||
|
Loading…
Reference in New Issue
Block a user