]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
fixed buglet in wxWindow::GetPosition docs
[wxWidgets.git] / docs / latex / wx / window.tex
index 767281bb2b074e646c7bb74663823cecc80c50f6..fb3a4c3fba45104ce7421c924015322d7105847d 100644 (file)
@@ -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}