From: Vadim Zeitlin Date: Thu, 13 Jun 2002 18:12:36 +0000 (+0000) Subject: fixed buglet in wxWindow::GetPosition docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d070606729f2148651e7fb3748ee9157b3fec093?hp=aaf0836c8bb0f5bf12fa45cddd2cf4c0cdafa67d fixed buglet in wxWindow::GetPosition docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 767281bb2b..fb3a4c3fba 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -784,8 +784,9 @@ Returns the parent of the window, or NULL if there is no parent. \constfunc{wxPoint}{GetPosition}{\void} -This gets the position of the window in pixels, relative to the parent window or -if no parent, relative to the whole display. +This gets the position of the window in pixels, relative to the parent window +for the child windows or relative to the display origin for the top level +windows. \wxheading{Parameters}