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/api_gen/wx_doxygen.conf | |
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/api_gen/wx_doxygen.conf')
-rw-r--r-- | lib/wx/api_gen/wx_doxygen.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wx_doxygen.conf b/lib/wx/api_gen/wx_doxygen.conf index a8516aa08e..f4d3c99ec0 100644 --- a/lib/wx/api_gen/wx_doxygen.conf +++ b/lib/wx/api_gen/wx_doxygen.conf @@ -249,6 +249,7 @@ PREDEFINED = \ wxUSE_DATAOBJ=1 \ wxUSE_SLIDER=1 \ wxUSE_CLIPBOARD=1 \ + wxUSE_POPUPWIN=1 \ wxUSE_SYSTEM_OPTIONS=1 \ wxUSE_INTL=1 \ wxABI_VERSION=20809 \ |