Skip to content

Commit 537830c

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 6fa42d6 commit 537830c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9380,6 +9380,16 @@
93809380
<not-uninit/>
93819381
</arg>
93829382
</function>
9383+
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
9384+
<function name="wxDataViewListCtrl::AppendItem">
9385+
<leak-ignore/>
9386+
<noreturn>false</noreturn>
9387+
<returnValue type="void"/>
9388+
<arg nr="1" direction="in"/>
9389+
<arg nr="2" default="NULL" direction="in">
9390+
<not-uninit/>
9391+
</arg>
9392+
</function>
93839393
<!-- void wxGrid::SetColSize( int col, int width ) -->
93849394
<function name="wxGrid::SetColSize">
93859395
<leak-ignore/>

0 commit comments

Comments
 (0)