]> git.saurik.com Git - wxWidgets.git/commit
Improve wxTextCtrl::GetNumberOfLines() unit test and documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 21:54:15 +0000 (21:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 21:54:15 +0000 (21:54 +0000)
commit567e5e47ee9af2f6e7343cb94bd890a3a6104f1e
tree61fde785895843392fc73b2e333a4053acd3652f
parent2d5c15163a2e346c30fe3136e6668a20bab7d7d2
Improve wxTextCtrl::GetNumberOfLines() unit test and documentation.

First, enable execution of the Lines() wxTextCtrl unit test case under wxOSX
as it passes since the fix in the previous commit.

Do add a test for GetNumberOfLines() that currently doesn't work in the same
way under all platforms -- but with this test we at least can be sure how does
it work exactly where.

Also mention the current discrepancy in this function behaviour in the
documentation.

See #12366.

Fix Lines() wxTextCtrl unit test to pass under wxGTK too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/textctrl.h
tests/controls/textctrltest.cpp