]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed placement of pythonnote
authorRobin Dunn <robin@alldunn.com>
Fri, 24 Oct 2003 22:35:18 +0000 (22:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 24 Oct 2003 22:35:18 +0000 (22:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/custdobj.tex

index ffffc6ad7349ff313d67a9c1b4bf54e00a5f553e..2a7b7391c0066fea5bd627f9aa8b658de384dab8 100644 (file)
@@ -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.}
+