wxwidgets.cfg: Added support for wxGrid::SetCellValue()
This commit is contained in:
parent
ec592032a1
commit
bdad1a3e3f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue