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

This commit is contained in:
orbitcowboy 2020-12-18 16:45:10 +01:00
parent 23c7621b24
commit 87468dff3b
1 changed files with 15 additions and 0 deletions

View File

@ -11276,6 +11276,21 @@
<not-bool/>
</arg>
</function>
<!-- wxTreeItemId wxTreeCtrl::AppendItem(const wxTreeItemId & parent, const wxString & text, int image = -1, int selImage = -1, wxTreeItemData * data = NULL)-->
<function name="wxTreeCtrl::AppendItem">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="wxTreeItemId"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
<arg nr="3" default="-1" direction="in">
<not-uninit/>
</arg>
<arg nr="4" default="-1" direction="in">
<not-uninit/>
</arg>
<arg nr="5" default="NULL" direction="in"/>
</function>
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
<function name="wxDataViewListCtrl::AppendItem">
<leak-ignore/>