wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-26 13:42:00 +01:00
parent 074c41dde4
commit 222f9fa5ca
1 changed files with 15 additions and 0 deletions

View File

@ -15414,4 +15414,19 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxTreeCtrl::SelectItem( const wxTreeItemId & item ) -->
<function name="wxTreeCtrl::SelectItem">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- wxTreeItemData * wxTreeCtrl::GetItemData( const wxTreeItemId & item ) const -->
<function name="wxTreeCtrl::GetItemData">
<noreturn>false</noreturn>
<returnValue type="wxTreeItemData *"/>
<const/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
</def>