]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Old API deprecated. Use new and remove old usage where necessary.
[wxWidgets.git] / docs / latex / wx / window.tex
index 6a0f3ab2ed70d85912b4ed3964a89073cebcf47c..8f06ba30335be356b36858b080afa91ef68dd109 100644 (file)
@@ -570,11 +570,11 @@ Note that this is a static function, so it can be called without needing a wxWin
 
 \membersection{wxWindow::FindWindow}\label{wxwindowfindwindow}
 
-\func{wxWindow*}{FindWindow}{\param{long}{ id}}
+\constfunc{wxWindow*}{FindWindow}{\param{long}{ id}}
 
 Find a child of this window, by identifier.
 
-\func{wxWindow*}{FindWindow}{\param{const wxString\&}{ name}}
+\constfunc{wxWindow*}{FindWindow}{\param{const wxString\&}{ name}}
 
 Find a child of this window, by name.