Don't document wxDropFilesEvent as being MSW-only
This is not the case any more since 2.8.10. Closes #17463.
This commit is contained in:
parent
cf000e7e02
commit
5e4aacd3b7
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user