diff options
author | Dan Gudmundsson <[email protected]> | 2014-05-14 15:10:57 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-05-22 09:51:33 +0200 |
commit | b146f66ea96bacca6915f7e3b29ac7dcebd93119 (patch) | |
tree | 63d5bc205eec73accdc2abe417d5c24f64eeaba8 /lib/wx/c_src/gen/wxe_macros.h | |
parent | b7bd7d3104bf7672eed5bfbd148d1c75820683e5 (diff) | |
download | otp-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/c_src/gen/wxe_macros.h')
-rw-r--r-- | lib/wx/c_src/gen/wxe_macros.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_macros.h b/lib/wx/c_src/gen/wxe_macros.h index b27e7c8b9a..c8ca9bfe5b 100644 --- a/lib/wx/c_src/gen/wxe_macros.h +++ b/lib/wx/c_src/gen/wxe_macros.h @@ -58,6 +58,7 @@ #include <wx/listbook.h> #include <wx/treebook.h> #include <wx/taskbar.h> +#include <wx/popupwin.h> #include <wx/html/htmlwin.h> #include <wx/html/htmlcell.h> #include <wx/filename.h> @@ -3377,5 +3378,15 @@ #define wxLocale_IsLoaded 3549 #define wxLocale_IsOk 3550 #define wxActivateEvent_GetActive 3551 +#define wxPopupWindow_new_2 3553 +#define wxPopupWindow_new_0 3554 +#define wxPopupWindow_destruct 3556 +#define wxPopupWindow_Create 3557 +#define wxPopupWindow_Position 3558 +#define wxPopupTransientWindow_new_0 3559 +#define wxPopupTransientWindow_new_2 3560 +#define wxPopupTransientWindow_destruct 3561 +#define wxPopupTransientWindow_Popup 3562 +#define wxPopupTransientWindow_Dismiss 3563 |