X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af3ca164537ce06c7df5f9923a53a0d82e21cd0..22f2279860e817b6b2a11b8c2cf6aaea83190681:/docs/latex/wx/xmlres.tex diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index da7f494512..1b5974706a 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -28,8 +28,8 @@ try to use it, you will get link errors. \begin{verbatim} enum wxXmlResourceFlags { - wxXRC\_USE\_LOCALE = 1, - wxXRC\_NO\_SUBCLASSING = 2 + wxXRC_USE_LOCALE = 1, + wxXRC_NO_SUBCLASSING = 2 }; \end{verbatim} @@ -229,6 +229,12 @@ Loads a toolbar. Sets the global resources object and returns a pointer to the previous one (may be NULL). +\membersection{wxXmlResource::SetFlags}\label{wxxmlresourcesetflags} + +\func{int}{SetFlags}{\void} + +Sets flags (bitlist of wxXRC\_USE\_LOCALE and wxXRC\_NO\_SUBCLASSING). + \membersection{wxXmlResource::UpdateResources}\label{wxxmlresourceupdateresources} \func{void}{UpdateResources}{\void}