diff --git a/interface/wx/window.h b/interface/wx/window.h index 89eb22212f..cfbdcd400c 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1568,6 +1568,11 @@ public: */ void Move(const wxPoint& pt, int flags = wxSIZE_USE_EXISTING); + /** + Moves the window to the specified position. + + This is exactly the same as calling Move() with the default arguments. + */ void SetPosition(const wxPoint& pt); //@}