wxwidgets.cfg: Improved support for more interfaces.
This commit is contained in:
parent
cf00e0383d
commit
3d6001266e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue