Improve wxGrid cell wrapping in wxGridCellAutoWrapStringRenderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jun 2013 10:50:54 +0000 (10:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jun 2013 10:50:54 +0000 (10:50 +0000)
commit0ec98fd6c98c9605cbe7f5cf3c31230ff7f236b7
tree7fd117bb4c0e0f7600b6768b19b80c8b9df1df95
parent7ddb15416407390de67cc26b04e91ea99a521f57
Improve wxGrid cell wrapping in wxGridCellAutoWrapStringRenderer.

Wrap the words too long to be shown on one line on several lines.

Also take the line breaks and TABs into account.

Closes #15249.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/gridctrl.h
samples/grid/griddemo.cpp
src/generic/gridctrl.cpp