diff options
author | Dan Gudmundsson <[email protected]> | 2013-01-23 15:21:47 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-23 15:21:47 +0100 |
commit | 489b963bae3dd522bca228978f0b164ec422fc6f (patch) | |
tree | 4fcc707cbdc1ba091e651c6fd3ec77f222a1bbc6 /lib/wx/api_gen/wxapi.conf | |
parent | 694513b8297e09e22fdf47d63772b5044ef50164 (diff) | |
download | otp-489b963bae3dd522bca228978f0b164ec422fc6f.tar.gz otp-489b963bae3dd522bca228978f0b164ec422fc6f.tar.bz2 otp-489b963bae3dd522bca228978f0b164ec422fc6f.zip |
wx: Add wxTreeCtrl:isTreeItemIdOk/1
Since I have replaced the wxTreeItemIdClass with integers, there
is no way to verify that it is a valid wxTreeItemId that is returned
from the wxTreeCtrl:getItem* functions.
Still the check is that is non null so beware don't construct your own id's.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index ff38fb8529..81f2a389ab 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -987,6 +987,7 @@ 'GetStateImageList', {{'HitTest', 2}, [{"flags", out}]}, {'InsertItem',[{"insertAfter", skip_member}]}, 'IsBold','IsExpanded','IsSelected','IsVisible','ItemHasChildren', + {'IsTreeItemIdOk', [{where, taylormade}]}, %%'OnCompareItems', 'PrependItem','ScrollTo','SelectItem', 'SetIndent',{'SetImageList',1},'SetItemBackgroundColour', |