wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-13 14:41:18 +01:00
parent 537830cfc7
commit 9da0f6116a
1 changed files with 19 additions and 0 deletions

View File

@ -9380,6 +9380,25 @@
<not-uninit/>
</arg>
</function>
<!-- void wxDataViewCtrl::SetExpanderColumn(wxDataViewColumn * col) -->
<function name="wxDataViewCtrl::SetExpanderColumn">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- void wxDataViewCtrl::SetIndent(int indent) -->
<function name="wxDataViewCtrl::SetIndent">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
<function name="wxDataViewListCtrl::AppendItem">
<leak-ignore/>