fix SetPosition() parameter in documentation
This commit is contained in:
parent
142004884f
commit
7592595252
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue