![]() |
wxIScan
|
#include <wx/dnd.h>
Go to the source code of this file.
Classes | |
class | wxExtFileDropEvent |
Generic file drop event. More... | |
class | wxExtFileDropTarget |
The file drop handler (file drop target). More... | |
Defines | |
#define | wxExtFileDropEventEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxExtFileDropEventEventFunction, &func ) |
#define | EVT_EXTFILEDROP(func) wx__DECLARE_EVT0( wxEVT_EXTFILEDROP, wxExtFileDropEventEventHandler( func ) ) |
Typedefs | |
typedef void(wxEvtHandler::* | wxExtFileDropEventEventFunction )(wxExtFileDropEvent &) |
#define EVT_EXTFILEDROP | ( | func | ) | wx__DECLARE_EVT0( wxEVT_EXTFILEDROP, wxExtFileDropEventEventHandler( func ) ) |
Definition at line 77 of file wxextfiledroptarget.h.
#define wxExtFileDropEventEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxExtFileDropEventEventFunction, &func ) |
Definition at line 74 of file wxextfiledroptarget.h.
typedef void(wxEvtHandler::* wxExtFileDropEventEventFunction)(wxExtFileDropEvent &) |
Definition at line 72 of file wxextfiledroptarget.h.