X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..7021360ad735eca88fac897b9fd43443184773fd:/docs/latex/wx/xmlres.tex?ds=inline diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index 1b5974706a..7ef2d1addb 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -11,7 +11,7 @@ The class holds XML resources from one or more .xml files, binary files or zip a See \helpref{XML-based resource system overview}{xrcoverview} for details. -{\bf NOTE:} XRC is not yet a part of the core wxWindows library, so +{\bf NOTE:} XRC is not yet a part of the core wxWidgets library, so please see the overview for how to compile and link it. Otherwise if you try to use it, you will get link errors. @@ -106,7 +106,7 @@ Helper function: finds a resource (calls UpdateResources) and returns a node con \membersection{wxXmlResource::FindResource}\label{wxxmlresourcefindresource} -\func{wxXmlNode*}{FindResource}{\param{const wxString\& }{name}, \param{const wxString\& }{classname}, \param{bool }{recursive = FALSE}} +\func{wxXmlNode*}{FindResource}{\param{const wxString\& }{name}, \param{const wxString\& }{classname}, \param{bool }{recursive = false}} Finds a resource (calls UpdateResources) and returns a node containing it. @@ -142,7 +142,7 @@ The macro {\tt XRCID(name)} is provided for convenience. Initializes handlers for all supported controls/windows. This will make the executable quite big because it forces linking against -most of the wxWindows library. +most of the wxWidgets library. \membersection{wxXmlResource::Load}\label{wxxmlresourceload}