clarify using embedded XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2cedc12a6a
commit
96aba1e942
@ -148,6 +148,8 @@ Use the {\tt -c} switch to
|
|||||||
contain a function called {\it InitXmlResource} (unless you override this with
|
contain a function called {\it InitXmlResource} (unless you override this with
|
||||||
a command line switch). Use it to load the resource:
|
a command line switch). Use it to load the resource:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
extern void InitXMLResource(); // defined in generated file
|
||||||
|
...
|
||||||
wxXmlResource::Get()->InitAllHandlers();
|
wxXmlResource::Get()->InitAllHandlers();
|
||||||
InitXmlResource();
|
InitXmlResource();
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user