fix SetPosition() parameter in documentation
This commit is contained in:
parent
142004884f
commit
7592595252
@ -107,7 +107,7 @@ public:
|
|||||||
|
|
||||||
void SetX(wxCoord x);
|
void SetX(wxCoord x);
|
||||||
void SetY(wxCoord y);
|
void SetY(wxCoord y);
|
||||||
void SetPosition(wxPoint pos);
|
void SetPosition(const wxPoint& pos);
|
||||||
|
|
||||||
void SetLeftDown(bool down);
|
void SetLeftDown(bool down);
|
||||||
void SetMiddleDown(bool down);
|
void SetMiddleDown(bool down);
|
||||||
|
Loading…
Reference in New Issue
Block a user