wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-11 16:03:00 +01:00
parent cf00e0383d
commit 3d6001266e
1 changed files with 4 additions and 1 deletions

View File

@ -7848,7 +7848,10 @@
</arg>
</function>
<!-- void wxGrid::EnableDragRowSize( bool enable = true ) -->
<function name="wxGrid::EnableDragRowSize">
<!-- void wxGrid::EnableDragGridSize( bool enable = true ) -->
<!-- void wxGrid::EnableDragColSize( bool enable = true ) -->
<!-- void wxGrid::EnableDragColMove( bool enable = true ) -->
<function name="wxGrid::EnableDragRowSize,wxGrid::EnableDragGridSize,wxGrid::EnableDragColSize,wxGrid::EnableDragColMove">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>