From c7f1724ac53716cffbacca6b996dbe6eb5329000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 18 Mar 2008 16:17:29 +0000 Subject: [PATCH] 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 --- docs/latex/wx/sizer.tex | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 3c91bfe3df..8d89aba819 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -209,8 +209,7 @@ window size if previously set by \helpref{wxWindow::SetMaxSize}{wxwindowsetmaxsize}. The returned value is suitable for passing to -\helpref{wxWindow::SetClientSize}{wxwindowsetclientsize} or -\helpref{wxWindow::SetMinClientSize}{wxwindowsetminclientsize}. +\helpref{wxWindow::SetClientSize}{wxwindowsetclientsize}. \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 \helpref{SetMinSize}{wxsizersetminsize}, depending on which is bigger. -Note that the returned value is \emph{client} size, not window size. -In particular, if you use the value to set toplevel window's minimal or -actual size, use \helpref{wxWindow::SetMinClientSize}{wxwindowsetminclientsize} -or \helpref{wxWindow::SetClientSize}{wxwindowsetclientsize}, \emph{not} -\helpref{wxWindow::SetMinSize}{wxwindowsetminsize} -or \helpref{wxWindow::SetSize}{wxwindowsetsize}. +Note that the returned value is \emph{client} size, not window size. In +particular, if you use the value to set toplevel window's minimal or actual +size, you should convert it using +\helpref{wxWindow::ClientToWindowSize}{wxwindowclienttowindowsize} before +passing it to \helpref{wxWindow::SetMinSize}{wxwindowsetminsize} or +\helpref{wxWindow::SetSize}{wxwindowsetsize}. \membersection{wxSizer::Hide}\label{wxsizerhide}