From: Robin Dunn Date: Fri, 24 Oct 2003 22:35:18 +0000 (+0000) Subject: fixed placement of pythonnote X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0eedee046670c277cb466cb93dbfdb80189833f4 fixed placement of pythonnote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/custdobj.tex b/docs/latex/wx/custdobj.tex index ffffc6ad73..2a7b7391c0 100644 --- a/docs/latex/wx/custdobj.tex +++ b/docs/latex/wx/custdobj.tex @@ -69,9 +69,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 +94,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 +105,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.} +