Fix wxSize member names in the documentation

wxSize members x and y were incorrectly mentioned as width and height in
the docs.

Closes https://github.com/vadz/wxWidgets/pull/6
This commit is contained in:
Pavel Kalugin
2018-12-08 20:41:00 +03:00
committed by Vadim Zeitlin
parent 1cc6aabe09
commit facb06a1b8

View File

@@ -902,7 +902,7 @@ wxColourDatabase* wxTheColourDatabase;
@class wxSize
A wxSize is a useful data structure for graphics operations.
It simply contains integer @e width and @e height members.
It simply contains integer @e x and @e y members.
Note that the width and height stored inside a wxSize object may be negative
and that wxSize functions do not perform any check against negative values