wxwidgets.cfg: Fixed wrong function names.

This commit is contained in:
orbitcowboy 2018-03-05 13:49:12 +01:00 committed by GitHub
parent e824301cb5
commit d637d414e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1320,18 +1320,17 @@
<arg nr="3">
<not-uninit/>
</arg>
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellTextColour(row, col, colour)' instead.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
<!-- void wxGrid::SetCellTextColour(wxColour &val) -->
<!-- @todo: This is an overloaded function of SetCellAlignment. Activate it once, overloaded functions are supported.
<function name="wxGrid::SetCellAlignment">
<!-- @todo: This is an overloaded function of SetCellTextColour. Activate it once, overloaded functions are supported.
<function name="wxGrid::SetCellTextColour">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<warn severity="style">This function is deprecated. Please use SetDefaultCellTextColour(colour) instead.</warn>
<warn severity="style">This function is deprecated. Please use 'SetDefaultCellTextColour(colour)' instead.</warn>
</function> -->
<!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/>