projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).
[wxWidgets.git]
/
docs
/
latex
/
wx
/
txtdrptg.tex
diff --git
a/docs/latex/wx/txtdrptg.tex
b/docs/latex/wx/txtdrptg.tex
index c0c19c53df2ed344fd3f42735482c777cef24c61..7039b5808ab706a9930a25336ec8348b2209c6c8 100644
(file)
--- a/
docs/latex/wx/txtdrptg.tex
+++ b/
docs/latex/wx/txtdrptg.tex
@@
-10,6
+10,10
@@
A predefined drop target for dealing with text data.
<wx/dnd.h>
<wx/dnd.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{See also}
\helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDropSource}{wxdropsource},
\wxheading{See also}
\helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDropSource}{wxdropsource},
@@
-32,7
+36,7
@@
appropriately for text, and calls \helpref{wxTextDropTarget::OnDropText}{wxtextd
\membersection{wxTextDropTarget::OnDropText}\label{wxtextdroptargetondroptext}
\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.
Override this function to receive dropped text.
@@
-42,7
+46,7
@@
Override this function to receive dropped text.
\docparam{y}{The y coordinate of the mouse.}
\docparam{y}{The y coordinate of the mouse.}
-\docparam{data}{The data being dropped: a
NULL-terminated s
tring.}
+\docparam{data}{The data being dropped: a
wxS
tring.}
\wxheading{Return value}
\wxheading{Return value}