]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/custdobj.tex
escape underscores introduced by the last change
[wxWidgets.git] / docs / latex / wx / custdobj.tex
index ffffc6ad7349ff313d67a9c1b4bf54e00a5f553e..1e236841e5985c82c1558e11c2ca2c3fe5617510 100644 (file)
@@ -35,6 +35,10 @@ only the last one if you only allow reading/writing the data)
 
 <wx/dataobj.h>
 
+\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.}
+