]> git.saurik.com Git - wxWidgets.git/commitdiff
syntax fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Apr 2004 21:12:37 +0000 (21:12 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Apr 2004 21:12:37 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index d7d86c96315e91acfbbd4b04cf5e3776251d03b9..563d1d6f060381b94c056140cc7fef11b3b49838 100644 (file)
@@ -771,9 +771,9 @@ returned font. See \helpref{wxWindow::SetWindowVariant}{wxwindowsetwindowvariant
 for more about this.
 
 This static method is ``overridden'' in many derived classes and so calling,
-for example, \helpref{wxButton}::GetClassDefaultAttributes() will typically
+for example, \helpref{wxButton}{wxbutton}::GetClassDefaultAttributes() will typically
 return the values appropriate for a button which will be normally different
-from those returned by, say, \helpref{wxListCtrl}::GetClassDefaultAttributes().
+from those returned by, say, \helpref{wxListCtrl}{wxlistctrl}::GetClassDefaultAttributes().
 
 The \texttt{wxVisualAttributes} structure has at least the fields 
 \texttt{font}, \texttt{colFg} and \texttt{colBg}. All of them may be invalid
@@ -1240,7 +1240,7 @@ method. {\bf GetWindowStyle()} is another name for the same function.
 
 \membersection{wxWindow::GetWindowVariant}\label{wxwindowgetwindowvariant}
 
-\constructor{wxWindowVariant}{GetWindowVariant}{\void}
+\constfunc{wxWindowVariant}{GetWindowVariant}{\void}
 
 Returns the value previous passed to 
 \helpref{wxWindow::SetWindowVariant}{wxwindowsetwindowvariant}.