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:
committed by
Vadim Zeitlin
parent
1cc6aabe09
commit
facb06a1b8
@@ -902,7 +902,7 @@ wxColourDatabase* wxTheColourDatabase;
|
|||||||
@class wxSize
|
@class wxSize
|
||||||
|
|
||||||
A wxSize is a useful data structure for graphics operations.
|
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
|
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
|
and that wxSize functions do not perform any check against negative values
|
||||||
|
Reference in New Issue
Block a user