Document wxListBox limitation concerning TAB characters.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:50:41 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:50:41 +0000 (22:50 +0000)
commit4e9a014e9b141643db1a3fd722a863ea30ab0905
tree2293ab8676d5a43dceb6aad2ae5398c3392d045e
parentc68f710526bab0156d3d1a131edcfa7614d3c1d0
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
interface/wx/listbox.h