diff options
author | Dan Gudmundsson <[email protected]> | 2013-01-23 13:41:09 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-23 13:41:09 +0100 |
commit | 694513b8297e09e22fdf47d63772b5044ef50164 (patch) | |
tree | a00fa938a80e352dfe0731e3b3d628653d0d18d7 /lib/wx/src/gen/wxe_debug.hrl | |
parent | 47de15b52c46bce34c9e0a172e54411622eb08f1 (diff) | |
download | otp-694513b8297e09e22fdf47d63772b5044ef50164.tar.gz otp-694513b8297e09e22fdf47d63772b5044ef50164.tar.bz2 otp-694513b8297e09e22fdf47d63772b5044ef50164.zip |
wx: Fix wxTreeCtrl return values
Fixes wxTreeCtrl:getBoundingRect/2 and wxTreeCtrl:hitTest/1.
wxTreeCtrl:hitTest now returns a tuple, i.e. not bug compatible with previous
releases but needed to know if the returned wxTreeItemId is valid or not.
Diffstat (limited to 'lib/wx/src/gen/wxe_debug.hrl')
-rw-r--r-- | lib/wx/src/gen/wxe_debug.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxe_debug.hrl b/lib/wx/src/gen/wxe_debug.hrl index 6f4fa3fe34..e4d7062ef6 100644 --- a/lib/wx/src/gen/wxe_debug.hrl +++ b/lib/wx/src/gen/wxe_debug.hrl @@ -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 @@ -1877,7 +1877,7 @@ wxdebug_table() -> {2050, {wxTreeCtrl, getSelection, 0}}, {2051, {wxTreeCtrl, getSelections, 1}}, {2052, {wxTreeCtrl, getStateImageList, 0}}, - {2053, {wxTreeCtrl, hitTest, 1}}, + {2053, {wxTreeCtrl, hitTest, 2}}, {2055, {wxTreeCtrl, insertItem, 4}}, {2056, {wxTreeCtrl, isBold, 1}}, {2057, {wxTreeCtrl, isExpanded, 1}}, |