Implement wxLB_NO_SB style

See https://github.com/wxWidgets/wxWidgets/pull/346

(cherry picked from commit d24fbc7808)
This commit is contained in:
Paul Cornett
2016-11-19 08:36:26 -08:00
parent c47837ea92
commit caaeb96d5e
2 changed files with 9 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
@style{wxLB_NEEDED_SB}
Only create a vertical scrollbar if needed.
@style{wxLB_NO_SB}
Don't create vertical scrollbar (wxMSW only).
Don't create vertical scrollbar (wxMSW and wxGTK only).
@style{wxLB_SORT}
The listbox contents are sorted in alphabetical order.
@endStyleTable