wxwidgets.cfg: Fixed wrong function names.
This commit is contained in:
parent
e824301cb5
commit
d637d414e1
|
@ -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=""/>
|
||||
|
|
Loading…
Reference in New Issue