]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txtdrptg.tex
Some doc corrections
[wxWidgets.git] / docs / latex / wx / txtdrptg.tex
index 85549e31c1f5b28625525601180b2048adef9d44..c0c19c53df2ed344fd3f42735482c777cef24c61 100644 (file)
@@ -23,20 +23,6 @@ A predefined drop target for dealing with text data.
 
 Constructor.
 
-\membersection{wxTextDropTarget::GetFormatCount}\label{wxtextdroptargetgetformatcount}
-
-\constfunc{virtual size\_t}{GetFormatCount}{\void}
-
-See \helpref{wxDropTarget::GetFormatCount}{wxdroptargetgetformatcount}. This function is implemented
-appropriately for text.
-
-\membersection{wxTextDropTarget::GetFormat}\label{wxtextdroptargetgetformat}
-
-\constfunc{virtual wxDataFormat}{GetFormat}{\param{size\_t }{n}}
-
-See \helpref{wxDropTarget::GetFormat}{wxdroptargetgetformat}. This function is implemented
-appropriately for text.
-
 \membersection{wxTextDropTarget::OnDrop}\label{wxtextdroptargetondrop}
 
 \func{virtual bool}{OnDrop}{\param{long }{x}, \param{long }{y}, \param{const void }{*data}, \param{size\_t }{size}}
@@ -60,5 +46,5 @@ Override this function to receive dropped text.
 
 \wxheading{Return value}
 
-Return TRUE to accept the data, FALSE to veto the operation.
+Return true to accept the data, false to veto the operation.