wxwidgets.cfg: Fixed wrong function names.
This commit is contained in:
parent
e824301cb5
commit
d637d414e1
|
@ -1320,18 +1320,17 @@
|
||||||
<arg nr="3">
|
<arg nr="3">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellTextColour(row, col, colour)' instead.</warn>
|
|
||||||
</function>
|
</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 SetCellAlignment. Activate it once, overloaded functions are supported.
|
<!-- @todo: This is an overloaded function of SetCellTextColour. Activate it once, overloaded functions are supported.
|
||||||
<function name="wxGrid::SetCellAlignment">
|
<function name="wxGrid::SetCellTextColour">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</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> -->
|
</function> -->
|
||||||
<!-- Override macros which don't necessarily require semicolons at the end -->
|
<!-- Override macros which don't necessarily require semicolons at the end -->
|
||||||
<define name="DECLARE_CLASS(n)" value=""/>
|
<define name="DECLARE_CLASS(n)" value=""/>
|
||||||
|
|
Loading…
Reference in New Issue