wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-12 08:54:40 +01:00
parent a1d0509d61
commit 84a1f2fcf8
1 changed files with 11 additions and 0 deletions

View File

@ -7897,4 +7897,15 @@
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxDataViewCtrl::SetRowHeight(int rowHeight) -->
<!-- bool wxDataViewTreeCtrl::SetRowHeight(int rowHeight) -->
<!-- bool wxDataViewListCtrl::SetRowHeight(int rowHeight) -->
<function name="wxDataViewCtrl::SetRowHeight,wxDataViewTreeCtrl::SetRowHeight,wxDataViewListCtrl::SetRowHeight">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
</def>