aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxCheckBox.erl
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/src/gen/wxCheckBox.erl
parent668e0ae7e0e06edc03eb188f1cb6b223ec8c8d47 (diff)
downloadotp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.tar.gz
otp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.tar.bz2
otp-301675fb9ab76c5003743d1eb0ecd8a265c697f9.zip
wx: Add wxWindow:getContentScaleFactor
Diffstat (limited to 'lib/wx/src/gen/wxCheckBox.erl')
-rw-r--r--lib/wx/src/gen/wxCheckBox.erl6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxCheckBox.erl b/lib/wx/src/gen/wxCheckBox.erl
index 294831c3a6..5ed49d91b6 100644
--- a/lib/wx/src/gen/wxCheckBox.erl
+++ b/lib/wx/src/gen/wxCheckBox.erl
@@ -43,8 +43,8 @@
dragAcceptFiles/2,enable/1,enable/2,findWindow/2,fit/1,fitInside/1,
freeze/1,getAcceleratorTable/1,getBackgroundColour/1,getBackgroundStyle/1,
getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,getChildren/1,
- getClientSize/1,getContainingSizer/1,getCursor/1,getDropTarget/1,
- getEventHandler/1,getExtraStyle/1,getFont/1,getForegroundColour/1,
+ getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,getCursor/1,
+ getDropTarget/1,getEventHandler/1,getExtraStyle/1,getFont/1,getForegroundColour/1,
getGrandParent/1,getHandle/1,getHelpText/1,getId/1,getLabel/1,getMaxSize/1,
getMinSize/1,getName/1,getParent/1,getPosition/1,getRect/1,getScreenPosition/1,
getScreenRect/1,getScrollPos/2,getScrollRange/2,getScrollThumb/2,
@@ -217,6 +217,8 @@ setLabel(This,Label) -> wxControl:setLabel(This,Label).
getLabel(This) -> wxControl:getLabel(This).
%% From wxWindow
%% @hidden
+getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
+%% @hidden
setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
%% @hidden
isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).