]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wizevt.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / wizevt.tex
index 6432e73094e8c6a65cadb84bfc292afb6e781155..ebbbb0a7347d5b482f29e08ca2d4e954360a67cc 100644 (file)
@@ -26,6 +26,10 @@ if not processed there, goes up the window hierarchy as usual.
 
 <wx/wizard.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process input from a wizard dialog, use these event handler macros to
@@ -41,7 +45,7 @@ changed (this event can be vetoed).}
 the wizard (this event may also be vetoed).}
 \twocolitem{{\bf EVT\_WIZARD\_HELP(id, func)}}{The wizard help button was pressed.}
 \twocolitem{{\bf EVT\_WIZARD\_FINISHED(id, func)}}{The wizard finished button was pressed.}
-\end{twocollist}%
+\end{twocollist}
 
 \wxheading{See also}