X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3ba9f8828b5cb1c61011e386a5e44fd16d2d8a5..85136e3bf5dadf921652519e71da5db351fb3194:/docs/latex/wx/clientdat.tex diff --git a/docs/latex/wx/clientdat.tex b/docs/latex/wx/clientdat.tex index 74bdbeeefd..062fc63325 100644 --- a/docs/latex/wx/clientdat.tex +++ b/docs/latex/wx/clientdat.tex @@ -4,11 +4,11 @@ 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 -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. @@ -27,6 +27,10 @@ use the mix-in class \helpref{wxClientDataContainer}{wxclientdatacontainer}. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{wxEvtHandler}{wxevthandler}, \helpref{wxTreeItemData}{wxtreeitemdata}, @@ -52,13 +56,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 +74,11 @@ No base class \wxheading{Include files} - + + +\wxheading{Library} + +\helpref{wxBase}{librarieslist} \wxheading{Data structures}