wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
e73c13992a
commit
800b1f2277
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue