X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..69a126b0c72e4318adb5b1d526f1082d368c7509:/docs/latex/wx/dropevt.tex diff --git a/docs/latex/wx/dropevt.tex b/docs/latex/wx/dropevt.tex index 9e30f8dca5..9729c33a27 100644 --- a/docs/latex/wx/dropevt.tex +++ b/docs/latex/wx/dropevt.tex @@ -2,6 +2,8 @@ This class is used for drop files events, that is, when files have been dropped onto the window. This functionality is currently only available under Windows. +The window must have previously been enabled for dropping by calling +\helpref{wxWindow::DragAcceptFiles}{wxwindowdragacceptfiles}. Important note: this is a separate implementation to the more general drag and drop implementation documented \helpref{here}{wxdndoverview}. It uses the @@ -28,7 +30,8 @@ function that takes a wxDropFilesEvent argument. \wxheading{See also} -\helpref{wxWindow::OnDropFiles}{wxwindowondropfiles}, \helpref{Event handling overview}{eventhandlingoverview} +%\helpref{wxWindow::OnDropFiles}{wxwindowondropfiles}, +\helpref{Event handling overview}{eventhandlingoverview} \latexignore{\rtfignore{\wxheading{Members}}}