diff options
author | Dan Gudmundsson <[email protected]> | 2016-09-28 13:13:20 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-09-29 09:47:38 +0200 |
commit | b8339d7edf63c8745be4be092e63f46bc4e63b91 (patch) | |
tree | 5f160a5782ff7813865851d1cc33316888c0f54c /lib/wx/api_gen/wxapi.conf | |
parent | b271012d04897f788866760c1dea7d51b1b44a4d (diff) | |
download | otp-b8339d7edf63c8745be4be092e63f46bc4e63b91.tar.gz otp-b8339d7edf63c8745be4be092e63f46bc4e63b91.tar.bz2 otp-b8339d7edf63c8745be4be092e63f46bc4e63b91.zip |
wx: add wxWindowDragAcceptFiles
Enable window to handle drop file events.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 33c51af236..4300ffe734 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -105,7 +105,7 @@ {'ClientToScreen',[{"x",both},{"y",both}]}, 'Close', 'ConvertDialogToPixels','ConvertPixelsToDialog','Destroy','DestroyChildren', 'Disable',%%'DoGetBestSize','DoUpdateWindowUI', - %% {'DragAcceptFiles', [{test_if, "wxCHECK_VERSION(2,8,10)"}]}, + {'DragAcceptFiles', [{test_if, "wxCHECK_VERSION(2,8,10)"}]}, 'Enable', 'FindFocus','FindWindow','FindWindowById','FindWindowByName','FindWindowByLabel', 'Fit','FitInside','Freeze', 'GetAcceleratorTable', % 'GetAccessible', |