Partially implement wxTextCtrl::GetStyle() in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:26 +0000 (22:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:26 +0000 (22:53 +0000)
commite9ee227022d56afbe21612425c7f93e5ea8d713b
tree3e790f995b85dcfa214a279595ab197095275799
parentd9a35b540634f265b2588b5244c62a4493709224
Partially implement wxTextCtrl::GetStyle() in wxGTK.

Support retrieving the (both foreground and background) colours for the given
position.

Closes #11281.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/textctrl.h
src/gtk/textctrl.cpp