wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
2f7f43e1f2
commit
3ed042fcfc
|
@ -12599,7 +12599,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<arg nr="2" direction="in"/>
|
<arg nr="2" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxTreeListItem wxTreeListCtrl::AppendItem(wxTreeListItem parent, const wxString & text, int imageClosed = -1, int imageOpened = -1, wxClientData * data = NULL) -->
|
<!-- 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/>
|
<leak-ignore/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxTreeListItem"/>
|
<returnValue type="wxTreeListItem"/>
|
||||||
|
|
Loading…
Reference in New Issue