X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4a724d4075418ccaea166925c33242a338249c7..75d9e502238df95fa53c0030b1fac0d4f43e4025:/docs/latex/wx/xmlres.tex?ds=sidebyside diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index c4f6b75730..15efa2a074 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -137,7 +137,7 @@ Returns version information (a.b.c.d = d+ 256*c + 256\textasciicircum2*b + 256\t \membersection{wxXmlResource::GetXRCID}\label{wxxmlresourcegetxmlid} -\func{int}{GetXRCID}{\param{const wxChar* }{str\_id}, \param{int }{value\_if\_not\_found = -2}} +\func{int}{GetXRCID}{\param{const wxString\& }{str\_id}, \param{int }{value\_if\_not\_found = -2}} Returns a numeric ID that is equivalent to the string ID used in an XML resource. If an unknown \arg{str\_id} is requested (i.e. other than wxID\_XXX @@ -283,3 +283,4 @@ translatable strings in the XRC. Sets the domain (message catalog) that will be used to load translatable strings in the XRC. +