aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxAuiManager.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-09-16 11:50:52 +0200
committerDan Gudmundsson <[email protected]>2015-09-16 11:50:52 +0200
commitebf87c2e2b2b3dbfb1ac791a785a8d669c05652c (patch)
treee48a22af224767cfb673aafb3f7b5253e834c401 /lib/wx/src/gen/wxAuiManager.erl
parentb1206abc5c5d0715e905ccbb6877beb48ffd0eb4 (diff)
parentacc47d90e34e4552ffe99766da7ac95423db1e30 (diff)
downloadotp-ebf87c2e2b2b3dbfb1ac791a785a8d669c05652c.tar.gz
otp-ebf87c2e2b2b3dbfb1ac791a785a8d669c05652c.tar.bz2
otp-ebf87c2e2b2b3dbfb1ac791a785a8d669c05652c.zip
Merge branch 'maint'
* maint: mnesia: Improve index updates wx: Fix wxAuiManager:getAllPanes/1 wx: Add missing aui functionality
Diffstat (limited to 'lib/wx/src/gen/wxAuiManager.erl')
-rw-r--r--lib/wx/src/gen/wxAuiManager.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxAuiManager.erl b/lib/wx/src/gen/wxAuiManager.erl
index 5a945f59e8..bf22e3091d 100644
--- a/lib/wx/src/gen/wxAuiManager.erl
+++ b/lib/wx/src/gen/wxAuiManager.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2015. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -120,7 +120,7 @@ detachPane(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef})
<<ThisRef:32/?UI,WindowRef:32/?UI>>).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxauimanager.html#wxauimanagergetallpanes">external documentation</a>.
--spec getAllPanes(This) -> wx:wx_object() when
+-spec getAllPanes(This) -> [wxAuiPaneInfo:wxAuiPaneInfo()] when
This::wxAuiManager().
getAllPanes(#wx_ref{type=ThisT,ref=ThisRef}) ->
?CLASS(ThisT,wxAuiManager),