wxwidgets.cfg: Added support for wxGrid::SetCellTextColour.
This commit is contained in:
parent
c31c54f1a4
commit
402ca256be
|
@ -1290,6 +1290,49 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSpacer' which does free it instead.</warn>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#a83774c9cbf840641cc6ffba25ce32059-->
|
||||
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
|
||||
<function name="wxGrid::SetCellAlignment">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellAlignment(row, col, horiz, vert)' instead.</warn>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
|
||||
<!-- void wxGrid::SetCellTextColour(wxColour &val, int row, int col) -->
|
||||
<function name="wxGrid::SetCellAlignment">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<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">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<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=""/>
|
||||
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue