Provide correct documentation for wxWindow::SetPosition().
Just refer to Move(), this is trivial but necessary as otherwise Doxygen
"helpfully" reuses the first comment in the section for the otherwise
undocumented SetPosition() which didn't make any sense at all.
(cherry picked from commit 949d2eeaa5
)
This commit is contained in:
committed by
Paul Cornett
parent
90cec63a53
commit
417d242e77
@@ -1568,6 +1568,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
void Move(const wxPoint& pt, int flags = wxSIZE_USE_EXISTING);
|
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);
|
void SetPosition(const wxPoint& pt);
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
|
Reference in New Issue
Block a user