From 5e4aacd3b7a23edbddd9ca42e2c88841c97a35ca Mon Sep 17 00:00:00 2001 From: Iwbnwif Yiw Date: Mon, 28 Mar 2016 18:29:41 +0200 Subject: [PATCH] Don't document wxDropFilesEvent as being MSW-only This is not the case any more since 2.8.10. Closes #17463. --- interface/wx/event.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 45338697e4..ae5cb9abb0 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -2931,7 +2931,7 @@ public: @class wxDropFilesEvent 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. + onto the window. The window must have previously been enabled for dropping by calling wxWindow::DragAcceptFiles(). @@ -2945,12 +2945,13 @@ public: Process a @c wxEVT_DROP_FILES event. @endEventTable - @onlyfor{wxmsw} + @remarks Windows only until version 2.8.9, available on all platforms + since 2.8.10. @library{wxcore} @category{events} - @see @ref overview_events + @see @ref overview_events, wxWindow::DragAcceptFiles() */ class wxDropFilesEvent : public wxEvent {