wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6fa42d6a9d
commit
537830cfc7
|
@ -9380,6 +9380,16 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
|
||||||
|
<function name="wxDataViewListCtrl::AppendItem">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" default="NULL" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- void wxGrid::SetColSize( int col, int width ) -->
|
<!-- void wxGrid::SetColSize( int col, int width ) -->
|
||||||
<function name="wxGrid::SetColSize">
|
<function name="wxGrid::SetColSize">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue