aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wx_extra/added_func.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2016-10-24 13:05:52 +0200
committerDan Gudmundsson <[email protected]>2016-10-24 13:05:52 +0200
commit1a812284999c8f38d84f380775b88f7bdc1f1432 (patch)
treed94aac6989e1d3c40563327f8dabc9122d71d51d /lib/wx/api_gen/wx_extra/added_func.h
parentadf1e9efdfb979d55b2f4dfec7188dd8f0a640c9 (diff)
parent16b6c991cc841ced6be466eca774dba1188f8640 (diff)
downloadotp-1a812284999c8f38d84f380775b88f7bdc1f1432.tar.gz
otp-1a812284999c8f38d84f380775b88f7bdc1f1432.tar.bz2
otp-1a812284999c8f38d84f380775b88f7bdc1f1432.zip
Merge branch 'maint'
* maint: Fix whitespace setting in test files Avoid some error reports when stopping mnesia wx: Improve error handling Fix all whitespace-related issues in erlang.el mnesia: Fix double blocked tables which could cause a crash wx: Add wxWindow:getContentScaleFactor
Diffstat (limited to 'lib/wx/api_gen/wx_extra/added_func.h')
-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();
};