]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/clientdat.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / clientdat.tex
index f4aa0673e59372da21677a9b059bde57da1b73d2..062fc633257ba7555ec78b20a3ec8cb0772ceb93 100644 (file)
@@ -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.
@@ -27,6 +27,10 @@ use the mix-in class \helpref{wxClientDataContainer}{wxclientdatacontainer}.
 
 <wx/clntdata.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxEvtHandler}{wxevthandler}, \helpref{wxTreeItemData}{wxtreeitemdata},
@@ -52,7 +56,7 @@ 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.
@@ -70,7 +74,11 @@ No base class
 
 \wxheading{Include files}
 
-<clntdata.h>
+<wx/clntdata.h>
+
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
 
 \wxheading{Data structures}