X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..9bf6a1b80cb856903e15387ebecc926142e73010:/docs/latex/wx/custdobj.tex diff --git a/docs/latex/wx/custdobj.tex b/docs/latex/wx/custdobj.tex index ffffc6ad73..1e236841e5 100644 --- a/docs/latex/wx/custdobj.tex +++ b/docs/latex/wx/custdobj.tex @@ -35,6 +35,10 @@ only the last one if you only allow reading/writing the data) +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxDataObject}{wxdataobject} @@ -69,9 +73,6 @@ The default version just uses the operator new. \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 @@ -97,6 +98,9 @@ Returns a pointer to the data. 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}{ @@ -105,3 +109,6 @@ Set the data. The data object will make an internal copy. 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.} +