wxwidgets.cfg: Added support for wxGrid::ClearSelection(void).
This commit is contained in:
parent
a0ee1d212b
commit
575f62f39c
|
@ -5502,6 +5502,11 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxGrid::ClearSelection(void) -->
|
||||||
|
<function name="wxGrid::ClearSelection">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
||||||
<!-- void wxGrid::SetCellTextColour(wxColour &val) -->
|
<!-- void wxGrid::SetCellTextColour(wxColour &val) -->
|
||||||
<!-- @todo: This is an overloaded function of SetCellTextColour. Activate it once, overloaded functions are supported.
|
<!-- @todo: This is an overloaded function of SetCellTextColour. Activate it once, overloaded functions are supported.
|
||||||
|
|
Loading…
Reference in New Issue