]> git.saurik.com Git - wxWidgets.git/commit - src/common/textcmn.cpp
Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Jul 2011 15:11:54 +0000 (15:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Jul 2011 15:11:54 +0000 (15:11 +0000)
commit6ce832135e0cd665403406e7276630f415a7875b
treed8cd0af215a70dd085da3236d525c8d605303f24
parentd298f18ffb4bd0bd758b10f34c9e01cd119d1365
Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK.

The new method allows to find the coordinates in pixels of the given character
in a text control.

Closes #13221.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/textctrl.h
include/wx/msw/textctrl.h
include/wx/textctrl.h
interface/wx/textctrl.h
samples/text/text.cpp
src/common/textcmn.cpp
src/gtk/textctrl.cpp
src/msw/textctrl.cpp
tests/controls/textctrltest.cpp