wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-05-30 10:32:17 +02:00
parent 187cde183d
commit 70d2f02442
1 changed files with 16 additions and 0 deletions

View File

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