wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-07-15 13:37:01 +02:00
parent 60399b9321
commit 4f83b3618c
1 changed files with 7 additions and 0 deletions

View File

@ -13428,6 +13428,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-null/>
</arg>
</function>
<!-- virtual void wxGridCellEnumRenderer::SetParameters (const wxString &params)-->
<function name="wxGridCellEnumRenderer::SetParameters">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxGrid::SetTable(wxGridTableBase * table, bool takeOwnership = false, wxGridSelectionModes selmode = wxGridSelectCells) -->
<function name="wxGrid::SetTable">
<noreturn>false</noreturn>