diff options
author | Dan Gudmundsson <[email protected]> | 2010-08-27 10:18:58 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2010-08-27 10:18:58 +0200 |
commit | 3fc1aec6e9aa51244d1bd071f020eef029afa432 (patch) | |
tree | a7d4289c143cc8df14486552af8a634901cba532 /lib/wx/api_gen/wxapi.conf | |
parent | 1b4a6172d8d2df4362d6d084daef02804e10ebb6 (diff) | |
parent | 1325d706399b39ab08845fee30183cf84704a435 (diff) | |
download | otp-3fc1aec6e9aa51244d1bd071f020eef029afa432.tar.gz otp-3fc1aec6e9aa51244d1bd071f020eef029afa432.tar.bz2 otp-3fc1aec6e9aa51244d1bd071f020eef029afa432.zip |
Merge branch 'dgud/wx/TreeCtrl_editlabel/OTP-8767' into dev
* dgud/wx/TreeCtrl_editlabel/OTP-8767:
Add .gitignore
Added missing wxTextCtrl:editLabel/2.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index aeb03097c0..6bafda5b9d 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -902,8 +902,8 @@ ['wxTreeCtrl','~wxTreeCtrl','AddRoot','AppendItem', %% Not on Windows 'AssignButtonsImageList','GetButtonsImageList','SetButtonsImageList' 'AssignImageList','AssignStateImageList','Collapse','CollapseAndReset', - 'Create','Delete','DeleteAllItems','DeleteChildren',{'EditLabel',1}, - %'EndEditLabel', + 'Create','Delete','DeleteAllItems','DeleteChildren', + {'EditLabel', [{"textCtrlClass", [nowhere]}]}, %'EndEditLabel', 'EnsureVisible','Expand','GetBoundingRect', 'GetChildrenCount','GetCount','GetEditControl', {'GetFirstChild',[{"cookie", out}]}, {'GetNextChild',[{"cookie", [both]}]}, |