]> git.saurik.com Git - wxWidgets.git/commitdiff
added precisions for GetSize and GetClientSize
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 29 Jan 2002 20:49:16 +0000 (20:49 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 29 Jan 2002 20:49:16 +0000 (20:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 0ea0bac9873d74c57ac3ebbcfaaa4db64847a0ac..72cb231c197c4c0e8679d9a3e415f2c2c0c9f1af 100644 (file)
@@ -536,8 +536,9 @@ a 2-element list {\tt ( width, height )}.}
 
 \constfunc{virtual wxSize}{GetClientSize}{\void}
 
-This gets the size of the window `client area' in pixels.  The client area is the
-area which may be drawn on by the programmer, excluding title bar, border etc.
+This gets the size of the window `client area' in pixels.
+The client area is the area which may be drawn on by the programmer,
+excluding title bar, border, scrollbars, etc.
 
 \wxheading{Parameters}
 
@@ -553,6 +554,10 @@ implements the following methods:\par
 \end{twocollist}}
 }
 
+\wxheading{See also}
+
+\helpref{GetSize}{wxwindowgetsize}
+
 \membersection{wxWindow::GetConstraints}\label{wxwindowgetconstraints}
 
 \constfunc{wxLayoutConstraints*}{GetConstraints}{\void}
@@ -773,7 +778,8 @@ Returns the built-in scrollbar range.
 
 \constfunc{virtual wxSize}{GetSize}{\void}
 
-This gets the size of the entire window in pixels.
+This gets the size of the entire window in pixels,
+including title bar, border, scrollbars, etc.
 
 \wxheading{Parameters}
 
@@ -798,6 +804,10 @@ method:\par
 \end{twocollist}
 }}
 
+\wxheading{See also}
+
+\helpref{GetClientSize}{wxwindowgetclientsize}
+
 \membersection{wxWindow::GetSizer}\label{wxwindowgetsizer}
 
 \constfunc{const wxSizer *}{GetSizer}{\void}