From: Václav Slavík Date: Mon, 12 Jul 2004 12:33:23 +0000 (+0000) Subject: documented wxWindow::GetFont change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/733399faaa60921b647e6c943346b73a4757cb67 documented wxWindow::GetFont change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index a8679af379..12745281a3 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -915,9 +915,9 @@ Returns the extra style bits for the window. \membersection{wxWindow::GetFont}\label{wxwindowgetfont} -\constfunc{wxFont\&}{GetFont}{\void} +\constfunc{wxFont}{GetFont}{\void} -Returns a reference to the font for this window. +Returns the font for this window. \wxheading{See also}