From 7f071e73f22d693f75d1a8bbefccb9686a089b28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 14 Jan 2000 21:43:50 +0000 Subject: [PATCH] fixed typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index d4774806bb..f8a0cfa39b 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -446,14 +446,14 @@ Returns the background colour of the window. \helpref{wxWindow::GetForegroundColour}{wxwindowgetforegroundcolour},\rtfsp \helpref{wxWindow::OnEraseBackground}{wxwindowonerasebackground} -\membersection{wxWindow::GetBestSize}{wxwindowgetbestsize} +\membersection{wxWindow::GetBestSize}\label{wxwindowgetbestsize} \constfunc{virtual wxSize}{GetBestSize}{\void} This functions returns the best acceptable minimal size for the window. For example, for a static control, it will be the minimal size such that the control label is not truncated. For windows containing subwindows (typically -\helpref{wxPanel}wxpanel}), the size returned by this function will be the +\helpref{wxPanel}{wxpanel}), the size returned by this function will be the same as the size the window would have had after calling \helpref{Fit}{wxwindowfit}. -- 2.50.0