aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxPaintDC.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-10-30 11:31:22 +0100
committerDan Gudmundsson <[email protected]>2013-01-09 11:41:40 +0100
commit9cffd30e76296fec83b22a2b3aa07bd3435cbe30 (patch)
treea890e1b27557854cf8c34759d737bf57a76c38e8 /lib/wx/src/gen/wxPaintDC.erl
parentc6b6e6b67a7b9f8e0e25385c2272327d9a706348 (diff)
downloadotp-9cffd30e76296fec83b22a2b3aa07bd3435cbe30.tar.gz
otp-9cffd30e76296fec83b22a2b3aa07bd3435cbe30.tar.bz2
otp-9cffd30e76296fec83b22a2b3aa07bd3435cbe30.zip
wx: Deprecate functions not available in wxWidgets-2.9
Prepare to remove functionality which is not available in coming wxWidgets versions.
Diffstat (limited to 'lib/wx/src/gen/wxPaintDC.erl')
-rw-r--r--lib/wx/src/gen/wxPaintDC.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxPaintDC.erl b/lib/wx/src/gen/wxPaintDC.erl
index 9e81bc31af..6648f278bb 100644
--- a/lib/wx/src/gen/wxPaintDC.erl
+++ b/lib/wx/src/gen/wxPaintDC.erl
@@ -54,6 +54,8 @@
startPage/1]).
-export_type([wxPaintDC/0]).
+-deprecated([new/0]).
+
%% @hidden
parent_class(wxWindowDC) -> true;
parent_class(wxDC) -> true;