X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3ba9f8828b5cb1c61011e386a5e44fd16d2d8a5..a9de2608baddf0d5a2a559f9acebfc56aa0d2d47:/docs/latex/wx/clientdat.tex diff --git a/docs/latex/wx/clientdat.tex b/docs/latex/wx/clientdat.tex index 74bdbeeefd..c038eff313 100644 --- a/docs/latex/wx/clientdat.tex +++ b/docs/latex/wx/clientdat.tex @@ -4,7 +4,7 @@ All classes deriving from \helpref{wxEvtHandler}{wxevthandler} (such as all controls and \helpref{wxApp}{wxapp}) can hold arbitrary data which is here referred to as "client data". This is useful e.g. for scripting languages which need to handle -shadow objects for most of wxWindows' classes and which store +shadow objects for most of wxWidgets' classes and which store a handle to such a shadow class as client data in that class. This data can either be of type void - in which case the data {\it container} does not take care of freeing the data again