wxwidgets.cfg: Added support for wxGrid::ClearSelection(void).

This commit is contained in:
orbitcowboy 2019-01-23 16:47:14 +01:00
parent a0ee1d212b
commit 575f62f39c
1 changed files with 5 additions and 0 deletions

View File

@ -5502,6 +5502,11 @@
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::ClearSelection(void) -->
<function name="wxGrid::ClearSelection">
<noreturn>false</noreturn>
<leak-ignore/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
<!-- void wxGrid::SetCellTextColour(wxColour &val) -->
<!-- @todo: This is an overloaded function of SetCellTextColour. Activate it once, overloaded functions are supported.