wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-03 21:06:55 +01:00
parent e73c13992a
commit 800b1f2277
1 changed files with 25 additions and 0 deletions

View File

@ -10787,6 +10787,31 @@
<not-bool/>
</arg>
</function>
<!-- void wxTreeListCtrl::SetItemText(wxTreeListItem item, int col, const wxString & text) -->
<!-- void wxTreeListCtrl::SetItemText(wxTreeListItem item, const wxString & text) -->
<function name="wxTreeListCtrl::SetItemText">
<leak-ignore/>
<returnValue type="void"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
<arg nr="3" default="" direction="in"/>
</function>
<!-- void wxTreeListCtrl::SetItemImage(wxTreeListItem item, int closed, int opened = -1) -->
<function name="wxTreeListCtrl::SetItemImage">
<leak-ignore/>
<returnValue type="void"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- const wxString& wxTreeListCtrl::GetItemText(wxTreeListItem item, unsigned col = 0) const -->
<function name="wxTreeListCtrl::GetItemText">
<leak-ignore/>