aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_derived_dest.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-02-24 12:25:19 +0100
committerDan Gudmundsson <[email protected]>2012-02-24 12:25:19 +0100
commite28f2b94964c75eaea74e860a413532ebdcacc4b (patch)
tree9fc6c448c1cb548d0d495a80343ce870b0f0678c /lib/wx/c_src/gen/wxe_derived_dest.h
parentec9ee1b76343c146cec17d0642dd9d1db7bbf3d6 (diff)
downloadotp-e28f2b94964c75eaea74e860a413532ebdcacc4b.tar.gz
otp-e28f2b94964c75eaea74e860a413532ebdcacc4b.tar.bz2
otp-e28f2b94964c75eaea74e860a413532ebdcacc4b.zip
[wx] Add wxTaskBarIcon class
Diffstat (limited to 'lib/wx/c_src/gen/wxe_derived_dest.h')
-rw-r--r--lib/wx/c_src/gen/wxe_derived_dest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_derived_dest.h b/lib/wx/c_src/gen/wxe_derived_dest.h
index cf32c85cdd..6b7a5378cb 100644
--- a/lib/wx/c_src/gen/wxe_derived_dest.h
+++ b/lib/wx/c_src/gen/wxe_derived_dest.h
@@ -743,3 +743,8 @@ class EwxHtmlWindow : public wxHtmlWindow {
EwxHtmlWindow() : wxHtmlWindow() {};
};
+class EwxTaskBarIcon : public wxTaskBarIcon {
+ public: ~EwxTaskBarIcon() {((WxeApp *)wxTheApp)->clearPtr(this);};
+ EwxTaskBarIcon() : wxTaskBarIcon() {};
+};
+