]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjsmpl.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / dobjsmpl.tex
index 2d5f2bc477b484252fac6f5025272f8836ec632f..8b81da324c41ba0a77b87886743702563f7b52c8 100644 (file)
@@ -44,6 +44,10 @@ methods.
 
 <wx/dataobj.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
@@ -85,7 +89,7 @@ object supports rendering its data.
 
 \constfunc{virtual bool}{GetDataHere}{\param{void }{*buf}}
 
-Copy the data to the buffer, return TRUE on success. Must be implemented in the
+Copy the data to the buffer, return true on success. Must be implemented in the
 derived class if the object supports rendering its data.
 
 \pythonnote{When implementing this method in wxPython, no additional
@@ -96,7 +100,7 @@ method as a string.}
 
 \func{virtual bool}{SetData}{\param{size\_t }{len}, \param{const void }{*buf}}
 
-Copy the data from the buffer, return TRUE on success. Must be implemented in
+Copy the data from the buffer, return true on success. Must be implemented in
 the derived class if the object supports setting its data.
 
 \pythonnote{When implementing this method in wxPython, the data comes