wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a1d0509d61
commit
84a1f2fcf8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue