wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4f870d1c6f
commit
e73c13992a
|
@ -10750,7 +10750,10 @@
|
|||
<!-- void wxTreeListCtrl::Collapse(wxTreeListItem item) -->
|
||||
<!-- void wxTreeListCtrl::Expand(wxTreeListItem item) -->
|
||||
<!-- void wxTreeListCtrl::EnsureVisible(wxTreeListItem item) -->
|
||||
<function name="wxTreeListCtrl::Collapse,wxTreeListCtrl::Expand,wxTreeListCtrl::EnsureVisible">
|
||||
<!-- void wxTreeListCtrl::UncheckItem(wxTreeListItem item) -->
|
||||
<!-- void wxTreeListCtrl::Unselect(wxTreeListItem item) -->
|
||||
<!-- void wxTreeListCtrl::UpdateItemParentStateRecursively(wxTreeListItem item) -->
|
||||
<function name="wxTreeListCtrl::Collapse,wxTreeListCtrl::Expand,wxTreeListCtrl::EnsureVisible,wxTreeListCtrl::UncheckItem,wxTreeListCtrl::Unselect,wxTreeListCtrl::UpdateItemParentStateRecursively">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -10858,7 +10861,8 @@
|
|||
</function>
|
||||
<!-- void wxTreeListCtrl::ClearColumns() -->
|
||||
<!-- void wxTreeListCtrl::DeleteAllItems() -->
|
||||
<function name="wxTreeListCtrl::ClearColumns,wxTreeListCtrl::DeleteAllItems">
|
||||
<!-- void wxTreeListCtrl::UnselectAll() -->
|
||||
<function name="wxTreeListCtrl::ClearColumns,wxTreeListCtrl::DeleteAllItems,wxTreeListCtrl::UnselectAll">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue