diff options
author | Dan Gudmundsson <[email protected]> | 2011-07-07 15:13:48 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-07-07 15:13:48 +0200 |
commit | f6d661504a1998f3a243731d3fe5769641f80bcc (patch) | |
tree | 8063da1b1fc5b146296b7a001e3cbc36d90a4ddb /lib/wx/api_gen/wxapi.conf | |
parent | ac970679c2570947374de24bc69f8721714002f0 (diff) | |
download | otp-f6d661504a1998f3a243731d3fe5769641f80bcc.tar.gz otp-f6d661504a1998f3a243731d3fe5769641f80bcc.tar.bz2 otp-f6d661504a1998f3a243731d3fe5769641f80bcc.zip |
Fix documentation and callback options in wxListCtrl:create/3
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 945f3afb00..8ee4451057 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -757,7 +757,8 @@ {class, wxListCtrl, wxControl, [], [{'wxListCtrl', [{where, taylormade}]}, - '~wxListCtrl','Arrange','AssignImageList','ClearAll','Create', + '~wxListCtrl','Arrange','AssignImageList','ClearAll', + {'Create',[{where, taylormade}]}, 'DeleteAllItems','DeleteColumn','DeleteItem', {'EditLabel',[{"textControlClass",nowhere}]}, 'EnsureVisible', |