diff options
author | Dan Gudmundsson <[email protected]> | 2012-02-24 12:25:19 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-02-24 12:25:19 +0100 |
commit | e28f2b94964c75eaea74e860a413532ebdcacc4b (patch) | |
tree | 9fc6c448c1cb548d0d495a80343ce870b0f0678c /lib/wx/src/gen/wxe_debug.hrl | |
parent | ec9ee1b76343c146cec17d0642dd9d1db7bbf3d6 (diff) | |
download | otp-e28f2b94964c75eaea74e860a413532ebdcacc4b.tar.gz otp-e28f2b94964c75eaea74e860a413532ebdcacc4b.tar.bz2 otp-e28f2b94964c75eaea74e860a413532ebdcacc4b.zip |
[wx] Add wxTaskBarIcon class
Diffstat (limited to 'lib/wx/src/gen/wxe_debug.hrl')
-rw-r--r-- | lib/wx/src/gen/wxe_debug.hrl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxe_debug.hrl b/lib/wx/src/gen/wxe_debug.hrl index 430ac5a5c0..a93d27654f 100644 --- a/lib/wx/src/gen/wxe_debug.hrl +++ b/lib/wx/src/gen/wxe_debug.hrl @@ -3298,6 +3298,11 @@ wxdebug_table() -> {3516, {wxAuiManagerEvent, canVeto, 0}}, {3517, {wxLogNull, new, 0}}, {3518, {wxLogNull, 'Destroy', undefined}}, + {3519, {wxTaskBarIcon, new, 0}}, + {3520, {wxTaskBarIcon, destruct, 0}}, + {3521, {wxTaskBarIcon, popupMenu, 1}}, + {3522, {wxTaskBarIcon, removeIcon, 0}}, + {3523, {wxTaskBarIcon, setIcon, 2}}, {-1, {mod, func, -1}} ]. |