Skip to content

Commit 538679a

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

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9380,6 +9380,26 @@
93809380
<not-uninit/>
93819381
</arg>
93829382
</function>
9383+
<!-- virtual bool wxDataViewCtrl::AppendColumn(wxDataViewModel * model) -->
9384+
<function name="wxDataViewCtrl::AppendColumn">
9385+
<leak-ignore/>
9386+
<noreturn>false</noreturn>
9387+
<returnValue type="bool"/>
9388+
<arg nr="1" direction="in">
9389+
<not-uninit/>
9390+
<not-null/>
9391+
</arg>
9392+
</function>
9393+
<!-- virtual bool wxDataViewCtrl::AssociateModel(wxDataViewModel * model) -->
9394+
<function name="wxDataViewCtrl::AssociateModel">
9395+
<leak-ignore/>
9396+
<noreturn>false</noreturn>
9397+
<returnValue type="bool"/>
9398+
<arg nr="1" direction="in">
9399+
<not-uninit/>
9400+
<not-null/>
9401+
</arg>
9402+
</function>
93839403
<!-- void wxDataViewCtrl::SetExpanderColumn(wxDataViewColumn * col) -->
93849404
<function name="wxDataViewCtrl::SetExpanderColumn">
93859405
<leak-ignore/>

0 commit comments

Comments
 (0)