fixed unresolved symbols in wxSizer docs in 2.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-18 16:17:29 +00:00
parent 59016c269e
commit c7f1724ac5

View File

@@ -209,8 +209,7 @@ window size if previously set by
\helpref{wxWindow::SetMaxSize}{wxwindowsetmaxsize}. \helpref{wxWindow::SetMaxSize}{wxwindowsetmaxsize}.
The returned value is suitable for passing to The returned value is suitable for passing to
\helpref{wxWindow::SetClientSize}{wxwindowsetclientsize} or \helpref{wxWindow::SetClientSize}{wxwindowsetclientsize}.
\helpref{wxWindow::SetMinClientSize}{wxwindowsetminclientsize}.
\newsince{2.8.8} \newsince{2.8.8}
@@ -344,12 +343,12 @@ Returns the minimal size of the sizer. This is either the combined minimal
size of all the children and their borders or the minimal size set by size of all the children and their borders or the minimal size set by
\helpref{SetMinSize}{wxsizersetminsize}, depending on which is bigger. \helpref{SetMinSize}{wxsizersetminsize}, depending on which is bigger.
Note that the returned value is \emph{client} size, not window size. Note that the returned value is \emph{client} size, not window size. In
In particular, if you use the value to set toplevel window's minimal or particular, if you use the value to set toplevel window's minimal or actual
actual size, use \helpref{wxWindow::SetMinClientSize}{wxwindowsetminclientsize} size, you should convert it using
or \helpref{wxWindow::SetClientSize}{wxwindowsetclientsize}, \emph{not} \helpref{wxWindow::ClientToWindowSize}{wxwindowclienttowindowsize} before
\helpref{wxWindow::SetMinSize}{wxwindowsetminsize} passing it to \helpref{wxWindow::SetMinSize}{wxwindowsetminsize} or
or \helpref{wxWindow::SetSize}{wxwindowsetsize}. \helpref{wxWindow::SetSize}{wxwindowsetsize}.
\membersection{wxSizer::Hide}\label{wxsizerhide} \membersection{wxSizer::Hide}\label{wxsizerhide}