]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/busyinfo.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / busyinfo.tex
index caf6bf1ba6a060b41b0b0ce8a32633a8bff9a5b0..ead87914c702f5d73a69f2e0a6f35051df0212fa 100644 (file)
@@ -49,11 +49,15 @@ None
 
 <wx/busyinfo.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxBusyInfo::wxBusyInfo}
+\membersection{wxBusyInfo::wxBusyInfo}\label{wxbusyinfoctor}
 
-\func{}{wxBusyInfo}{\param{const wxString\&}{ msg}, \param{wxParent }{*parent = NULL}}
+\func{}{wxBusyInfo}{\param{const wxString\&}{ msg}, \param{wxWindow* }{parent = NULL}}
 
 Constructs a busy info window as child of {\it parent} and displays {\it msg}
 in it.
@@ -61,7 +65,7 @@ in it.
 {\bf NB:} If {\it parent} is not {\tt NULL} you must ensure that it is not
 closed while the busy info is shown.
 
-\membersection{wxBusyInfo::\destruct{wxBusyInfo}}
+\membersection{wxBusyInfo::\destruct{wxBusyInfo}}\label{wxbusyinfodtor}
 
 \func{}{\destruct{wxBusyInfo}}{\void}