diff options
author | Dan Gudmundsson <[email protected]> | 2016-05-09 10:20:06 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-05-09 10:20:06 +0200 |
commit | 4de491e9c563c49b5d5c88756c5ba00eb0dff66c (patch) | |
tree | 95fabe050ce3ccb6022845a85b2342b05985e2e0 /lib/wx/api_gen/wxapi.conf | |
parent | b3a7924f657828585bdc517e4c8a03785478e584 (diff) | |
parent | a563c17bdea478952b619984571207c63862c7f8 (diff) | |
download | otp-4de491e9c563c49b5d5c88756c5ba00eb0dff66c.tar.gz otp-4de491e9c563c49b5d5c88756c5ba00eb0dff66c.tar.bz2 otp-4de491e9c563c49b5d5c88756c5ba00eb0dff66c.zip |
Merge branch 'dgud/wx/compatible-with-wxW-3.1'
* dgud/wx/compatible-with-wxW-3.1:
Test cuddle, increase sleep
wx: Fix warnings in example
Fix argv types
wx: Remove non implemented wxGauge functions
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 4f7223e147..786e536f93 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -802,9 +802,9 @@ 'CanRedo','CanUndo','Copy','Cut','GetInsertionPoint','GetLastPosition', 'GetValue','Paste','Redo','Replace','Remove','SetInsertionPoint', 'SetInsertionPointEnd','SetSelection','SetValue','Undo']}. -{class, wxGauge, wxControl, [], - ['wxGauge','~wxGauge','Create','GetBezelFace','GetRange','GetShadowWidth', - 'GetValue','IsVertical','SetBezelFace','SetRange','SetShadowWidth','SetValue', +{class, wxGauge, wxControl, [], + ['wxGauge','~wxGauge','Create','GetRange', + 'GetValue','IsVertical','SetRange','SetValue', 'Pulse']}. {class, wxGenericDirCtrl, wxControl, [], ['wxGenericDirCtrl','~wxGenericDirCtrl','Create','Init','CollapseTree', |