From f180ccc75a7d2cef6b469d2e4a737cffbef7c951 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 13 Dec 2018 14:18:20 +0100 Subject: Add wxGCDC Been included in wxWidgets since 2.7.1, but not documented and have been missed in wx. Is documented in 3.0.0 --- lib/wx/api_gen/wxapi.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/wx/api_gen/wxapi.conf') diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 6e139e1412..9707fedf67 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -2040,3 +2040,7 @@ 'GetCount', 'GetFromPoint', 'GetFromWindow', {'GetPPI', [{test_if, "wxCHECK_VERSION(3,1,2)"}]} ]}. + +{class, wxGCDC, wxDC, [{ifdef, wxUSE_GRAPHICS_CONTEXT}], + ['wxGCDC', '~wxGCDC', 'GetGraphicsContext', 'SetGraphicsContext' + ]}. -- cgit v1.2.3