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:
@@ -35,7 +35,7 @@ wxEventType wxEVT_CHOICEBOOK_PAGE_CHANGING;
|
|||||||
@beginStyleTable
|
@beginStyleTable
|
||||||
@style{wxCHB_DEFAULT}
|
@style{wxCHB_DEFAULT}
|
||||||
Choose the default location for the labels depending on the current
|
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}
|
@style{wxCHB_TOP}
|
||||||
Place labels above the page area.
|
Place labels above the page area.
|
||||||
@style{wxCHB_LEFT}
|
@style{wxCHB_LEFT}
|
||||||
|
Reference in New Issue
Block a user