Document wxListBox limitation concerning TAB characters.

TABs appear simply as a space under MSW (because we don't use LBS_USETABSTOPS
style there) but are aligned to (multiple of 8?) tab stops under GTK. It's not
clear which behaviour is actually preferable so for now just document the
inconsistency and advise people to use spaces instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-10-13 22:50:41 +00:00
parent c68f710526
commit 4e9a014e9b

View File

@@ -25,6 +25,10 @@
performance nor from user interface point of view, for large number of performance nor from user interface point of view, for large number of
items. items.
Notice that currently @c TAB characters in list box items text are not
handled consistently under all platforms, so they should be replaced by
spaces to display strings properly everywhere. The list box doesn't
support any other control characters at all.
@beginStyleTable @beginStyleTable
@style{wxLB_SINGLE} @style{wxLB_SINGLE}