.\" This is a wxWidgets manpage page generated from the XML docs .TH wxTextDropTarget 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxTextDropTarget \- Text drop target class .SH DESCRIPTION A predefined drop target for dealing with text data. .SH "PARENTS" wxDropTarget .SH "INCLUDE FILES" wx/dnd.h .SH MEMBERS .SS wxTextDropTarget () Constructor. .SS virtual bool OnDrop (long xlong yconst void *datasize_t size) See wxDropTarget::OnDrop . This function is implemented appropriately for text, and calls wxTextDropTarget::OnDropText . .SS virtual bool OnDropText (wxCoord xwxCoord yconst wxString& data) Override this function to receive dropped text. .SH "SEE ALSO" wxDropTarget Drag and drop overview wxDropSource wxDropTarget wxFileDropTarget .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.