git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24289
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{wxCustomDataObject::Free}\label{wxcustomdataobjectfree}
\membersection{wxCustomDataObject::Free}\label{wxcustomdataobjectfree}
-\pythonnote{This method expects a string in wxPython. You can pass
-nearly any object by pickling it first.}
-
\func{virtual void}{Free}{\void}
This function is called when the data is freed, you may override it to anything
\func{virtual void}{Free}{\void}
This function is called when the data is freed, you may override it to anything
Set the data. The data object will make an internal copy.
Set the data. The data object will make an internal copy.
+\pythonnote{This method expects a string in wxPython. You can pass
+nearly any object by pickling it first.}
+
\membersection{wxCustomDataObject::TakeData}\label{wxcustomdataobjecttakedata}
\func{virtual void}{TakeData}{
\membersection{wxCustomDataObject::TakeData}\label{wxcustomdataobjecttakedata}
\func{virtual void}{TakeData}{
Like \helpref{SetData}{wxcustomdataobjectsetdata}, but doesn't copy the data -
instead the object takes ownership of the pointer.
Like \helpref{SetData}{wxcustomdataobjectsetdata}, but doesn't copy the data -
instead the object takes ownership of the pointer.
+\pythonnote{This method expects a string in wxPython. You can pass
+nearly any object by pickling it first.}
+