wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-07 07:57:21 +01:00
parent 7a47230983
commit ecff903b4f
1 changed files with 12 additions and 0 deletions

View File

@ -8057,6 +8057,18 @@
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetDefaultRowSize( int height, bool resizeExistingRows = false ) -->
<function name="wxGrid::SetDefaultRowSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" default="false" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetDefaultRenderer( wxGridCellRenderer * renderer ) -->
<function name="wxGrid::SetDefaultRenderer">
<noreturn>false</noreturn>