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/src/gen/wxe_debug.hrl | |
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/src/gen/wxe_debug.hrl')
-rw-r--r-- | lib/wx/src/gen/wxe_debug.hrl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxe_debug.hrl b/lib/wx/src/gen/wxe_debug.hrl index 6932e1cb3e..7d4db9ba97 100644 --- a/lib/wx/src/gen/wxe_debug.hrl +++ b/lib/wx/src/gen/wxe_debug.hrl @@ -3330,6 +3330,16 @@ wxdebug_table() -> {3549, {wxLocale, isLoaded, 1}}, {3550, {wxLocale, isOk, 0}}, {3551, {wxActivateEvent, getActive, 0}}, + {3553, {wxPopupWindow, new_2, 2}}, + {3554, {wxPopupWindow, new_0, 0}}, + {3556, {wxPopupWindow, destruct, 0}}, + {3557, {wxPopupWindow, create, 2}}, + {3558, {wxPopupWindow, position, 2}}, + {3559, {wxPopupTransientWindow, new_0, 0}}, + {3560, {wxPopupTransientWindow, new_2, 2}}, + {3561, {wxPopupTransientWindow, destruct, 0}}, + {3562, {wxPopupTransientWindow, popup, 1}}, + {3563, {wxPopupTransientWindow, dismiss, 0}}, {-1, {mod, func, -1}} ]. |