diff options
author | Dan Gudmundsson <[email protected]> | 2016-09-28 13:08:10 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-09-28 13:08:10 +0200 |
commit | b271012d04897f788866760c1dea7d51b1b44a4d (patch) | |
tree | 28ae35fbd9d8d6ba7ef02b5a177fb5d9be8a09b7 /lib/wx/c_src/gen/wxe_macros.h | |
parent | ee80c779c3ae7900e183c98f2568d386e03e3b66 (diff) | |
download | otp-b271012d04897f788866760c1dea7d51b1b44a4d.tar.gz otp-b271012d04897f788866760c1dea7d51b1b44a4d.tar.bz2 otp-b271012d04897f788866760c1dea7d51b1b44a4d.zip |
wx: Add simple dropfiles support
Added wxDropFiles event
Diffstat (limited to 'lib/wx/c_src/gen/wxe_macros.h')
-rw-r--r-- | lib/wx/c_src/gen/wxe_macros.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_macros.h b/lib/wx/c_src/gen/wxe_macros.h index 82b39b49cd..e7fb4cdfc6 100644 --- a/lib/wx/c_src/gen/wxe_macros.h +++ b/lib/wx/c_src/gen/wxe_macros.h @@ -3421,5 +3421,8 @@ #define wxDCOverlay_new_2 3592 #define wxDCOverlay_destruct 3593 #define wxDCOverlay_Clear 3594 +#define wxDropFilesEvent_GetPosition 3595 +#define wxDropFilesEvent_GetNumberOfFiles 3596 +#define wxDropFilesEvent_GetFiles 3597 |