aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wxapi.conf
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-01-08 14:03:01 +0100
committerDan Gudmundsson <[email protected]>2014-01-21 16:04:25 +0100
commitcdd8d5daadc29a128e7c671e705a3e3ad32c7ecb (patch)
tree5b137b2e6d8b7ad4ae3f0b1e375aeb05ee5e95dd /lib/wx/api_gen/wxapi.conf
parente26d06d0e73972c51eb6601a5ff2725508eb7f09 (diff)
downloadotp-cdd8d5daadc29a128e7c671e705a3e3ad32c7ecb.tar.gz
otp-cdd8d5daadc29a128e7c671e705a3e3ad32c7ecb.tar.bz2
otp-cdd8d5daadc29a128e7c671e705a3e3ad32c7ecb.zip
wx: Add init_dialog event
It was missing.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r--lib/wx/api_gen/wxapi.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf
index ff680d0655..73c5af43d8 100644
--- a/lib/wx/api_gen/wxapi.conf
+++ b/lib/wx/api_gen/wxapi.conf
@@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -1883,3 +1883,5 @@
[{event,[wxEVT_TASKBAR_MOVE,wxEVT_TASKBAR_LEFT_DOWN,wxEVT_TASKBAR_LEFT_UP,
wxEVT_TASKBAR_RIGHT_DOWN,wxEVT_TASKBAR_RIGHT_UP,
wxEVT_TASKBAR_LEFT_DCLICK,wxEVT_TASKBAR_RIGHT_DCLICK]}],[]}.
+
+{class, wxInitDialogEvent, wxEvent, [{event,[wxEVT_INIT_DIALOG]}], []}.