.\" This is a wxWidgets manpage page generated from the XML docs .TH wxClientDataContainer 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxClientDataContainer \- .SH DESCRIPTION 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 container does not take care of freeing the data again or it is of type wxClientData or its derivatives. In that case the container will free the memory itself later. Note that you 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 hierarchy. .SH "PARENTS" .SH "INCLUDE FILES" wx/clntdata.h .SH MEMBERS .SS wxClientDataContainer () .SS ~wxClientDataContainer () .SS void* GetClientData () Get the untyped client data. .SS wxClientData* GetClientObject () Get a pointer to the client data object. .SS void SetClientData (void* data) Set the untyped client data. .SS void SetClientObject (wxClientData* data) Set the client data object. Any previous object will be deleted. .SH "SEE ALSO" wxEvtHandler wxClientData .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.