X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..fbb7dfffb098c0c1a71f15674fba0d3af9609028:/docs/latex/wx/clientdat.tex diff --git a/docs/latex/wx/clientdat.tex b/docs/latex/wx/clientdat.tex index c038eff313..52784d240d 100644 --- a/docs/latex/wx/clientdat.tex +++ b/docs/latex/wx/clientdat.tex @@ -8,7 +8,7 @@ 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 -or it is of type wxClientData or its derivates. In that case the +or it is of type wxClientData or its derivatives. In that case the container (e.g. a control) will free the memory itself later. Note that you {\it must not} assign both void data and data derived from the wxClientData class to a container. @@ -52,13 +52,13 @@ Virtual destructor. This class is a mixin that provides storage and management of "client data." This data can either be of type void - in which case the data {\it container} does not take care of freeing the data again -or it is of type wxClientData or its derivates. In that case the +or it is of type wxClientData or its derivatives. In that case the container will free the memory itself later. Note that you {\it must not} assign both void data and data derived from the wxClientData class to a container. NOTE: This functionality is currently duplicated in wxEvtHandler in -order to avoid having more than one vtable in that class heirachy. +order to avoid having more than one vtable in that class hierarchy. \wxheading{See also} @@ -70,7 +70,7 @@ No base class \wxheading{Include files} - + \wxheading{Data structures}