aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxScrolledWindow.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2013-08-23 15:19:47 +0200
committerDan Gudmundsson <[email protected]>2013-08-23 15:19:47 +0200
commite627c554272f3690bffbae0f34692b29c720e89e (patch)
treea36d841f37d34c6a60ea07ba8c8c2e659a587db8 /lib/wx/src/gen/wxScrolledWindow.erl
parent08a10c0a74c22e9a652ad86b77b224b255adf8a8 (diff)
downloadotp-e627c554272f3690bffbae0f34692b29c720e89e.tar.gz
otp-e627c554272f3690bffbae0f34692b29c720e89e.tar.bz2
otp-e627c554272f3690bffbae0f34692b29c720e89e.zip
wx: Add wxPanel:setFocusIgnoringChildren/1
It was missing and needed
Diffstat (limited to 'lib/wx/src/gen/wxScrolledWindow.erl')
-rw-r--r--lib/wx/src/gen/wxScrolledWindow.erl8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/wx/src/gen/wxScrolledWindow.erl b/lib/wx/src/gen/wxScrolledWindow.erl
index 9141487a8c..dbc5eb010e 100644
--- a/lib/wx/src/gen/wxScrolledWindow.erl
+++ b/lib/wx/src/gen/wxScrolledWindow.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2012. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -60,8 +60,8 @@
screenToClient/2,scrollLines/2,scrollPages/2,scrollWindow/3,scrollWindow/4,
setAcceleratorTable/2,setAutoLayout/2,setBackgroundColour/2,setBackgroundStyle/2,
setCaret/2,setClientSize/2,setClientSize/3,setContainingSizer/2,setCursor/2,
- setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,setFont/2,
- setForegroundColour/2,setHelpText/2,setId/2,setLabel/2,setMaxSize/2,
+ setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,setFocusIgnoringChildren/1,
+ setFont/2,setForegroundColour/2,setHelpText/2,setId/2,setLabel/2,setMaxSize/2,
setMinSize/2,setName/2,setOwnBackgroundColour/2,setOwnFont/2,setOwnForegroundColour/2,
setPalette/2,setScrollPos/3,setScrollPos/4,setScrollbar/5,setScrollbar/6,
setSize/2,setSize/3,setSize/5,setSize/6,setSizeHints/2,setSizeHints/3,
@@ -252,6 +252,8 @@ destroy(Obj=#wx_ref{type=Type}) ->
ok.
%% From wxPanel
%% @hidden
+setFocusIgnoringChildren(This) -> wxPanel:setFocusIgnoringChildren(This).
+%% @hidden
initDialog(This) -> wxPanel:initDialog(This).
%% From wxWindow
%% @hidden