diff options
author | Dan Gudmundsson <[email protected]> | 2016-03-21 12:15:34 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-04-04 13:26:31 +0200 |
commit | 25ea1f62b6ce9cff26d9353881b799f9dd76fe53 (patch) | |
tree | 7fd48b90e916b37155a565267ed967855ff0664b /lib/wx/api_gen | |
parent | ad5c3ec15cf751e0edd9330b4ffb430959432ed5 (diff) | |
download | otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.tar.gz otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.tar.bz2 otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.zip |
wx: Fix wxListCtrl:hitTest arguments and delivered results
May cause incompatibility for applications but the flags argument is
out only in C++.
Diffstat (limited to 'lib/wx/api_gen')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index b8458e901b..c6a2df29d7 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -844,7 +844,7 @@ 'GetItemSpacing','GetItemState', 'GetItemText','GetItemTextColour', 'GetNextItem','GetSelectedItemCount','GetTextColour','GetTopItem', - 'GetViewRect',{'HitTest',[{"pSubItem",nowhere}, {"flags", in}]}, + 'GetViewRect',{'HitTest',[{"pSubItem",out}]}, 'InsertColumn','InsertItem', %%'OnGetItemAttr', 'OnGetItemImage','OnGetItemText', 'RefreshItem','RefreshItems','ScrollList', |