aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxPreviewControlBar.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/wxPreviewControlBar.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/wxPreviewControlBar.erl')
-rw-r--r--lib/wx/src/gen/wxPreviewControlBar.erl6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxPreviewControlBar.erl b/lib/wx/src/gen/wxPreviewControlBar.erl
index 46055202c4..cf17f40527 100644
--- a/lib/wx/src/gen/wxPreviewControlBar.erl
+++ b/lib/wx/src/gen/wxPreviewControlBar.erl
@@ -42,8 +42,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,
@@ -153,6 +153,8 @@ setFocusIgnoringChildren(This) -> wxPanel:setFocusIgnoringChildren(This).
initDialog(This) -> wxPanel:initDialog(This).
%% From wxWindow
%% @hidden
+getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
+%% @hidden
setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
%% @hidden
isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).