wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-05-31 09:21:22 +02:00
parent 04073a896b
commit 0a6150ae1c
1 changed files with 6 additions and 1 deletions

View File

@ -7343,7 +7343,6 @@
<const/>
<returnValue type="wxGridCellRenderer *"/>
<use-retval/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
@ -7353,6 +7352,12 @@
<not-bool/>
</arg>
</function>
<!-- void wxRefCounter::DecRef(void) -->
<!-- void wxGridCellRenderer::DecRef(void) -->
<function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
<function name="wxGrid::SetCellTextColour">