From 3fbade2be0b3f496cad03f3ea0a9767e7116146f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 13 Sep 2004 20:14:50 +0000 Subject: [PATCH] replaced wxControl with wxWindow in 2 methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29125 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 eb5af0361b..f1fd5680e7 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -785,7 +785,7 @@ Returns the average character width for this window. Returns a reference to the list of the window's children. -\membersection{wxControl::GetClassDefaultAttributes}\label{wxwindowgetclassdefaultattributes} +\membersection{wxWindow::GetClassDefaultAttributes}\label{wxwindowgetclassdefaultattributes} \func{static wxVisualAttributes}{GetClassDefaultAttributes}{\param{wxWindowVariant}{ variant = \texttt{wxWINDOW\_VARIANT\_NORMAL}}} @@ -876,7 +876,7 @@ Return the cursor associated with this window. \helpref{wxWindow::SetCursor}{wxwindowsetcursor} -\membersection{wxControl::GetDefaultAttributes}\label{wxwindowgetdefaultattributes} +\membersection{wxWindow::GetDefaultAttributes}\label{wxwindowgetdefaultattributes} \constfunc{virtual wxVisualAttributes}{GetDefaultAttributes}{\void}