wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-06-25 08:01:00 +02:00
parent 2f7f43e1f2
commit 3ed042fcfc
1 changed files with 2 additions and 1 deletions

View File

@ -12599,7 +12599,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
<arg nr="2" direction="in"/>
</function>
<!-- wxTreeListItem wxTreeListCtrl::AppendItem(wxTreeListItem parent, const wxString & text, int imageClosed = -1, int imageOpened = -1, wxClientData * data = NULL) -->
<function name="wxTreeListCtrl::AppendItem">
<!-- wxTreeListItem wxTreeListCtrl::PrependItem(wxTreeListItem parent, const wxString & text, int imageClosed = -1, int imageOpened = -1, wxClientData * data = NULL) -->
<function name="wxTreeListCtrl::AppendItem,wxTreeListCtrl::PrependItem">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="wxTreeListItem"/>