wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
9da0f6116a
commit
538679a47e
|
@ -9380,6 +9380,26 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxDataViewCtrl::AppendColumn(wxDataViewModel * model) -->
|
||||
<function name="wxDataViewCtrl::AppendColumn">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxDataViewCtrl::AssociateModel(wxDataViewModel * model) -->
|
||||
<function name="wxDataViewCtrl::AssociateModel">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxDataViewCtrl::SetExpanderColumn(wxDataViewColumn * col) -->
|
||||
<function name="wxDataViewCtrl::SetExpanderColumn">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue