wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-07-02 13:17:55 +02:00
parent 68898e2be0
commit 30af910b85
1 changed files with 13 additions and 0 deletions

View File

@ -8036,6 +8036,19 @@
<not-bool/>
</arg>
</function>
<!-- void wxGridCellRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
<!-- void wxGridCellStringRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
<function name="wxGridCellRenderer::SetTextColoursAndFont,wxGridCellStringRenderer::SetTextColoursAndFont">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
<arg nr="3" direction="out"/>
<arg nr="4" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxRefCounter::DecRef(void) -->
<!-- void wxGridCellRenderer::DecRef(void) -->
<function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">