wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
60399b9321
commit
4f83b3618c
|
@ -13428,6 +13428,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxGridCellEnumRenderer::SetParameters (const wxString ¶ms)-->
|
||||||
|
<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) -->
|
<!-- bool wxGrid::SetTable(wxGridTableBase * table, bool takeOwnership = false, wxGridSelectionModes selmode = wxGridSelectCells) -->
|
||||||
<function name="wxGrid::SetTable">
|
<function name="wxGrid::SetTable">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue