wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
537830cfc7
commit
9da0f6116a
|
@ -9380,6 +9380,25 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
|
||||||
<function name="wxDataViewListCtrl::AppendItem">
|
<function name="wxDataViewListCtrl::AppendItem">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue