X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cf4526de3c6317d7b7f8bb714abe4007caaba1b..a1a77e0c4b7bb9c4afc2acc3b9fd6f8e27baddc1:/docs/latex/wx/txtdrptg.tex diff --git a/docs/latex/wx/txtdrptg.tex b/docs/latex/wx/txtdrptg.tex index 14157895fb..58b3e6091c 100644 --- a/docs/latex/wx/txtdrptg.tex +++ b/docs/latex/wx/txtdrptg.tex @@ -32,7 +32,7 @@ appropriately for text, and calls \helpref{wxTextDropTarget::OnDropText}{wxtextd \membersection{wxTextDropTarget::OnDropText}\label{wxtextdroptargetondroptext} -\func{virtual bool}{OnDropText}{\param{long }{x}, \param{long }{y}, \param{const char }{*data}} +\func{virtual bool}{OnDropText}{\param{wxCoord }{x}, \param{wxCoord }{y}, \param{const wxString\&}{ data}} Override this function to receive dropped text. @@ -42,9 +42,9 @@ Override this function to receive dropped text. \docparam{y}{The y coordinate of the mouse.} -\docparam{data}{The data being dropped: a NULL-terminated string.} +\docparam{data}{The data being dropped: a wxString.} \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.