wxwidgets.cfg: Added support for wxGridCellRenderer::Draw().

This commit is contained in:
orbitcowboy 2019-01-30 15:36:07 +01:00
parent 06b155fa5d
commit 70c8200885
1 changed files with 14 additions and 0 deletions

View File

@ -6639,4 +6639,18 @@
<not-null/>
</arg>
</function>
<!-- virtual void wxGridCellRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
<function name="wxGridCellRenderer::Draw">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="5">
<not-uninit/>
</arg>
<arg nr="6">
<not-uninit/>
</arg>
<arg nr="7">
<not-uninit/>
</arg>
</function>
</def>