X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/154b6b0f0eda0007d7ffbbfacff7e57c5861c28b..813210ca7e63cb0a8e2a145664c8b638ea65c15e:/docs/latex/wx/xmlres.tex diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index c14a210f07..05e6b72dfd 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -73,7 +73,8 @@ that the handler name is equal to the control's name plus 'XmlHandler', for exam wxTextCtrlXmlHandler, wxHtmlWindowXmlHandler. The XML resource compiler (wxxrc) can create include file that contains initialization code for all controls used within the resource. Note that this handler should be -located on heap instead of stack, since it will get destroyed on shutdown. +allocated on the heap, since it will be delete by +\helpref{ClearHandlers}{wxxmlresourceclearhandlers} later. \membersection{wxXmlResource::AttachUnknownControl}\label{wxxmlresourceattachunknowncontrol} @@ -88,7 +89,8 @@ Unknown controls are used in conjunction with . \func{void}{ClearHandlers}{\void} -Removes all handlers. +Removes all handlers and deletes them (this means that any handlers added using +\helpref{AddHandler}{wxxmlresourceaddhandler} must be allocated on the heap). \membersection{wxXmlResource::CompareVersion}\label{wxxmlresourcecompareversion}