mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-27 19:17:06 +08:00
fix SetPosition() parameter in documentation
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
|
||||
void SetX(wxCoord x);
|
||||
void SetY(wxCoord y);
|
||||
void SetPosition(wxPoint pos);
|
||||
void SetPosition(const wxPoint& pos);
|
||||
|
||||
void SetLeftDown(bool down);
|
||||
void SetMiddleDown(bool down);
|
||||
|
||||
Reference in New Issue
Block a user