From: Václav Slavík Date: Mon, 26 May 2003 16:20:54 +0000 (+0000) Subject: clarify using embedded XRC X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/96aba1e94216ef8c6714a7c6156c7e79d7fac4ef clarify using embedded XRC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index c2aa4b4f7c..10568b0dd0 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -148,6 +148,8 @@ Use the {\tt -c} switch to contain a function called {\it InitXmlResource} (unless you override this with a command line switch). Use it to load the resource: \begin{verbatim} + extern void InitXMLResource(); // defined in generated file + ... wxXmlResource::Get()->InitAllHandlers(); InitXmlResource(); ...