diff options
author | Dan Gudmundsson <[email protected]> | 2012-10-24 15:16:04 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:41:40 +0100 |
commit | 0d2d008ecfc8e2f5c5d14ff38bf8da0d28a3fdb4 (patch) | |
tree | 6d5ac93431331879f8d8d7e94c62b7536976870b /lib/wx/api_gen/wx_gen.hrl | |
parent | 5f99f7197518fc93f0337834c26810f8ee949c39 (diff) | |
download | otp-0d2d008ecfc8e2f5c5d14ff38bf8da0d28a3fdb4.tar.gz otp-0d2d008ecfc8e2f5c5d14ff38bf8da0d28a3fdb4.tar.bz2 otp-0d2d008ecfc8e2f5c5d14ff38bf8da0d28a3fdb4.zip |
wx: Ifdef changed/removed functionality in wxWidgets-2.9.x
Diffstat (limited to 'lib/wx/api_gen/wx_gen.hrl')
-rw-r--r-- | lib/wx/api_gen/wx_gen.hrl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/wx/api_gen/wx_gen.hrl b/lib/wx/api_gen/wx_gen.hrl index 426e3adfae..89577b9707 100644 --- a/lib/wx/api_gen/wx_gen.hrl +++ b/lib/wx/api_gen/wx_gen.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2010. All Rights Reserved. +%% Copyright Ericsson AB 2008-2012. 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 @@ -44,7 +44,8 @@ doc, % Extra documentation virtual, % Is virtual? pre_hook = [], % Pre hook before call in c-code - post_hook = [] % Post hook after call in c-code + post_hook = [], % Post hook after call in c-code + opts = [] % Options } ). |