Skip to content

Commit 9da0f61

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

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9380,6 +9380,25 @@
93809380
<not-uninit/>
93819381
</arg>
93829382
</function>
9383+
<!-- void wxDataViewCtrl::SetExpanderColumn(wxDataViewColumn * col) -->
9384+
<function name="wxDataViewCtrl::SetExpanderColumn">
9385+
<leak-ignore/>
9386+
<noreturn>false</noreturn>
9387+
<returnValue type="void"/>
9388+
<arg nr="1" direction="in">
9389+
<not-uninit/>
9390+
<not-null/>
9391+
</arg>
9392+
</function>
9393+
<!-- void wxDataViewCtrl::SetIndent(int indent) -->
9394+
<function name="wxDataViewCtrl::SetIndent">
9395+
<leak-ignore/>
9396+
<noreturn>false</noreturn>
9397+
<returnValue type="void"/>
9398+
<arg nr="1" direction="in">
9399+
<not-uninit/>
9400+
</arg>
9401+
</function>
93839402
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
93849403
<function name="wxDataViewListCtrl::AppendItem">
93859404
<leak-ignore/>

0 commit comments

Comments
 (0)