wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 09:32:20 +02:00
parent af86a58f5e
commit f340d30d42
1 changed files with 22 additions and 1 deletions

View File

@ -10414,11 +10414,32 @@
<not-uninit/>
<not-null/>
</arg>
<arg nr="2" default="true" direction="in">
<arg nr="2" default="false" direction="in">
<not-uninit/>
</arg>
<arg nr="3" default="wxGridSelectCells" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetColMinimalAcceptableWidth( int width ) -->
<function name="wxGrid::SetColMinimalAcceptableWidth">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetColMinimalWidth( int col, int width ) -->
<function name="wxGrid::SetColMinimalAcceptableWidth">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
</def>