aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wx_extra
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2016-10-07 12:35:38 +0200
committerDan Gudmundsson <[email protected]>2016-10-07 12:35:38 +0200
commit301675fb9ab76c5003743d1eb0ecd8a265c697f9 (patch)
tree579b28659ad670a2e9711d5ca4110b74de55195d /lib/wx/api_gen/wx_extra
parent668e0ae7e0e06edc03eb188f1cb6b223ec8c8d47 (diff)
downloadotp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.tar.gz
otp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.tar.bz2
otp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.zip
wx: Add wxWindow:getContentScaleFactor
Diffstat (limited to 'lib/wx/api_gen/wx_extra')
-rw-r--r--lib/wx/api_gen/wx_extra/added_func.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/wx/api_gen/wx_extra/added_func.h b/lib/wx/api_gen/wx_extra/added_func.h
index 417188cc8a..bffe391140 100644
--- a/lib/wx/api_gen/wx_extra/added_func.h
+++ b/lib/wx/api_gen/wx_extra/added_func.h
@@ -34,8 +34,13 @@ class wxToolBar {
};
-class wxWindow {
+/* class wxWindow { */
+/* public: */
+/* bool IsDoubleBuffered(); */
+/* void SetDoubleBuffered(bool on); */
+/* }; */
+
+class wxWindowGTK {
public:
- bool IsDoubleBuffered();
- void SetDoubleBuffered(bool on);
+ double GetContentScaleFactor();
};