wxSystemSettings::GetMetric returns -1 if the metric is not supported
authorRobin Dunn <robin@alldunn.com>
Wed, 29 Sep 2004 21:56:22 +0000 (21:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 29 Sep 2004 21:56:22 +0000 (21:56 +0000)
commit1d451c5bd117cd7e7dcf3f1516049141093e46f0
tree6729f98aa039b941e20b6b1ef0aa4412d8c0410e
parent49090f6f10909160d1fd52ba8919c9baeb46f649
wxSystemSettings::GetMetric returns -1 if the metric is not supported
by the port.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
docs/changes.txt
docs/latex/wx/settings.tex
src/cocoa/settings.cpp
src/gtk/settings.cpp
src/gtk1/settings.cpp
src/mac/carbon/settings.cpp
src/mac/classic/settings.cpp
src/mgl/settings.cpp
src/motif/settings.cpp
src/msw/settings.cpp
src/os2/settings.cpp
src/x11/settings.cpp