diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index e81083f2aa..6f954a2a1e 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -809,9 +809,13 @@ Returns the average character width for this window. \membersection{wxWindow::GetChildren}\label{wxwindowgetchildren} -\func{wxList\&}{GetChildren}{\void} +\func{wxWindowList\&}{GetChildren}{\void} -Returns a reference to the list of the window's children. +\constfunc{const wxWindowList\&}{GetChildren}{\void} + +Returns a reference to the list of the window's children. \texttt{wxWindowList} +is a type-safe \helpref{wxList}{wxlist}-like class whose elements are of type +\texttt{wxWindow *}. \membersection{wxWindow::GetClassDefaultAttributes}\label{wxwindowgetclassdefaultattributes}