implemented wxSS::GetMetric on wxGTK2 (patch 950618)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-30 13:06:50 +00:00
parent f8ff87ed6d
commit 44fd6f721a
3 changed files with 48 additions and 0 deletions

View File

@@ -138,6 +138,8 @@ wxGTK:
- added support for wxCHK_3STATE style (GTK2 only)
- implemented text underlining under GTK2
- implemented wxFRAME_NO_TASKBAR style (GTK >= 2.2)
- implemented support for wxSYS_DCLICK_?, wxSYS_DRAG_? and wxSYS_CURSOR_?
in wxSystemSettings::GetMetric (Mart Raudsepp)
wxMotif: