X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca289436cd4da42ed1be1480aebd01750eee41ec..bf7945cef10c0844a32e95695c544d829da9293a:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 952dcc160c..d23f7160f2 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2482,7 +2482,7 @@ loading from resource data. \func{bool}{wxResourceAddIdentifier}{\param{const wxString\& }{name}, \param{int }{value}} Used for associating a name with an integer identifier (equivalent to dynamically\rtfsp -\verb$#$defining a name to an integer). Unlikely to be used by an application except +\tt{#}defining a name to an integer). Unlikely to be used by an application except perhaps for implementing resource functionality for interpreted languages. \membersection{::wxResourceClear} @@ -2648,7 +2648,7 @@ load an entire {\tt .wxr file} into a string. \func{bool}{wxResourceRegisterBitmapData}{\param{const wxString\& }{name}, \param{char** }{xpm\_data}} -Makes \verb$#$included XBM or XPM bitmap data known to the wxWindows resource system. +Makes \tt{#}included XBM or XPM bitmap data known to the wxWindows resource system. This is required if other resources will use the bitmap data, since otherwise there is no connection between names used in resources, and the global bitmap data.