Remove outdated documentation remarks on Windows prior XP.

Since Windows XP is now the minimum supported target all remarks referencing differences in Windows versions prior XP have been removed or updated.
This commit is contained in:
Tobias Taschner
2015-08-31 09:57:53 +02:00
parent 03b243da21
commit 09b23156f5
11 changed files with 18 additions and 24 deletions

View File

@@ -164,9 +164,8 @@ struct wxFontMetrics
@section Support for Transformation Matrix
On some platforms (currently only under MSW and only on Windows NT, i.e.
not Windows 9x/ME, systems) wxDC has support for applying an arbitrary
affine transformation matrix to its coordinate system. Call
On some platforms (currently only under MSW) wxDC has support for applying
an arbitrary affine transformation matrix to its coordinate system. Call
CanUseTransformMatrix() to check if this support is available and then call
SetTransformMatrix() if it is. If the transformation matrix is not
supported, SetTransformMatrix() always simply returns false and doesn't do
@@ -1516,10 +1515,7 @@ public:
Check if the use of transformation matrix is supported by the current
system.
Currently this function always returns @false for non-MSW platforms and
may return @false for old (Windows 9x/ME) Windows systems. Normally
support for the transformation matrix is always available in any
relatively recent Windows versions.
Currently this function always returns @false for non-MSW platforms.
@since 2.9.2
*/