wxwidgets.cfg: Added support for wxGrid::SetCellValue()

This commit is contained in:
orbitcowboy 2019-01-17 16:41:20 +01:00
parent ec592032a1
commit bdad1a3e3f
1 changed files with 12 additions and 0 deletions

View File

@ -1366,6 +1366,18 @@
</arg>
<warn severity="style">This function is deprecated. Please use 'wxGrid::SetCellAlignment(row, col, horiz, vert)' instead.</warn>
</function>
<!-- void wxGrid::SetCellValue(int row, int col, const wxString & s) -->
<function name="wxGrid::SetCellValue">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3"/>
</function>
<!-- void wxGrid::DrawTextRectangle(wxDC & dc,
const wxString & text,
const wxRect & rect,