implemented underlined text drawing for GTK2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-27 13:10:29 +00:00
parent 3912b3f8f7
commit 1dbeee5774
3 changed files with 43 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ wxGTK:
- implemented wxColourDialog as native dialog
- wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
- added support for wxCHK_3STATE style (GTK2 only)
- implemented text underlining under GTK2
wxMotif: