aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wx_gen_cpp.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-05-14 15:10:57 +0200
committerDan Gudmundsson <[email protected]>2014-05-22 09:51:33 +0200
commitb146f66ea96bacca6915f7e3b29ac7dcebd93119 (patch)
tree63d5bc205eec73accdc2abe417d5c24f64eeaba8 /lib/wx/api_gen/wx_gen_cpp.erl
parentb7bd7d3104bf7672eed5bfbd148d1c75820683e5 (diff)
downloadotp-b146f66ea96bacca6915f7e3b29ac7dcebd93119.tar.gz
otp-b146f66ea96bacca6915f7e3b29ac7dcebd93119.tar.bz2
otp-b146f66ea96bacca6915f7e3b29ac7dcebd93119.zip
wx: Add wxPopup(Transient)Window
Useful class though not documented in wxWidgets-2.8
Diffstat (limited to 'lib/wx/api_gen/wx_gen_cpp.erl')
-rw-r--r--lib/wx/api_gen/wx_gen_cpp.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wx_gen_cpp.erl b/lib/wx/api_gen/wx_gen_cpp.erl
index 54047f55d9..72fcce43d4 100644
--- a/lib/wx/api_gen/wx_gen_cpp.erl
+++ b/lib/wx/api_gen/wx_gen_cpp.erl
@@ -1099,6 +1099,7 @@ gen_macros() ->
w("#include <wx/listbook.h>~n"),
w("#include <wx/treebook.h>~n"),
w("#include <wx/taskbar.h>~n"),
+ w("#include <wx/popupwin.h>~n"),
w("#include <wx/html/htmlwin.h>~n"),
w("#include <wx/html/htmlcell.h>~n"),
w("#include <wx/filename.h>~n"),