aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_derived_dest.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-01-21 16:01:33 +0100
committerDan Gudmundsson <[email protected]>2014-01-21 16:01:33 +0100
commitf836096cb383c6a3c5c91956ded5bd4e2772bcd2 (patch)
tree293fd589d9bab7505ef7d4a6cb2dbb82c69b01e7 /lib/wx/c_src/gen/wxe_derived_dest.h
parentdf47401bc897afc1b3929fc32426fcb0d0c00d0a (diff)
parent31172443bfc849b879385d7ee0d2ea8019c32307 (diff)
downloadotp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.tar.gz
otp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.tar.bz2
otp-f836096cb383c6a3c5c91956ded5bd4e2772bcd2.zip
Merge branch 'maint'
Diffstat (limited to 'lib/wx/c_src/gen/wxe_derived_dest.h')
-rw-r--r--lib/wx/c_src/gen/wxe_derived_dest.h6
1 files changed, 6 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 8dcaf1c1ac..7e2d4524cb 100644
--- a/lib/wx/c_src/gen/wxe_derived_dest.h
+++ b/lib/wx/c_src/gen/wxe_derived_dest.h
@@ -736,6 +736,12 @@ class EwxPrintout : public wxPrintout {
EwxPrintout(const wxString& title) : wxPrintout(title) {};
};
+class EwxStyledTextCtrl : public wxStyledTextCtrl {
+ public: ~EwxStyledTextCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
+ EwxStyledTextCtrl(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxStyledTextCtrl(parent,id,pos,size,style) {};
+ EwxStyledTextCtrl() : wxStyledTextCtrl() {};
+};
+
class EwxClipboard : public wxClipboard {
public: ~EwxClipboard() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxClipboard() : wxClipboard() {};