Added GetPureVitualSize() returning just m_virtualSize.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-02-12 15:53:25 +00:00
parent 1ac4716dd2
commit 85b38e0bd1
2 changed files with 25 additions and 3 deletions

View File

@@ -1112,6 +1112,18 @@ method:\par
}}
\membersection{wxWindow::GetPureVirtualSize}\label{wxwindowgetpurevirtualsize}
\constfunc{wxSize}{GetPureVirtualSize}{\void}
This gets the virtual size of the window in pixels as it has been set
by \helpref{SetVirtualSize}{wxwindowsetvirtualsize}.
\helpref{GetSize}{wxwindowgetsize},\rtfsp
\helpref{GetClientSize}{wxwindowgetclientsize},\rtfsp
\helpref{GetVirtualSize}{wxwindowgetvirtualsize}
\membersection{wxWindow::GetRect}\label{wxwindowgetrect}
\constfunc{virtual wxRect}{GetRect}{\void}
@@ -1281,7 +1293,11 @@ Returns a pointer to the current validator for the window, or NULL if there is n
\constfunc{wxSize}{GetVirtualSize}{\void}
This gets the virtual size of the window in pixels.
This gets the virtual size of the window in pixels as it has been set
by \helpref{SetVirtualSize}{wxwindowsetvirtualsize} or the size of the
client area, if it is larger. Use
\helpref{GetPureVirtualSize}{wxwindowgetpurevirtualsize} if you want
to get the actual virtual height independent of the client size.
\wxheading{Parameters}