wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
074c41dde4
commit
222f9fa5ca
|
@ -15414,4 +15414,19 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue