wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-03 20:51:35 +01:00
parent f05c504440
commit 4f870d1c6f
1 changed files with 81 additions and 0 deletions

View File

@ -10756,6 +10756,78 @@
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxDataViewCtrl* wxTreeListCtrl::GetDataView() const -->
<function name="wxTreeListCtrl::GetDataView">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="wxDataViewCtrl*"/>
</function>
<!-- unsigned wxTreeListCtrl::GetColumnCount() const -->
<function name="wxTreeListCtrl::GetColumnCount">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="unsigned"/>
</function>
<!-- int wxTreeListCtrl::GetColumnWidth(unsigned col) const -->
<function name="wxTreeListCtrl::GetColumnWidth">
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="int"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- const wxString& wxTreeListCtrl::GetItemText(wxTreeListItem item, unsigned col = 0) const -->
<function name="wxTreeListCtrl::GetItemText">
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="const wxString &amp;"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
<arg nr="2" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxTreeListItem wxTreeListCtrl::GetFirstChild(wxTreeListItem item) const -->
<!-- wxTreeListItem wxTreeListCtrl::GetItemParent(wxTreeListItem item) const -->
<!-- wxTreeListItem wxTreeListCtrl::GetNextItem(wxTreeListItem item) const -->
<!-- wxTreeListItem wxTreeListCtrl::GetNextSibling(wxTreeListItem item) const -->
<function name="wxTreeListCtrl::GetFirstChild,wxTreeListCtrl::GetItemParent,wxTreeListCtrl::GetNextItem,wxTreeListCtrl::GetNextSibling">
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxTreeListItem"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
</function>
<!-- unsigned wxTreeListCtrl::GetSelections(wxTreeListItems & selections) const -->
<function name="wxTreeListCtrl::GetSelections">
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="unsigned"/>
<noreturn>false</noreturn>
<arg nr="1" direction="out"/>
</function>
<!-- wxTreeListItem wxTreeListCtrl::GetFirstItem() const -->
<!-- wxTreeListItem wxTreeListCtrl::GetRootItem() const -->
<!-- wxTreeListItem wxTreeListCtrl::GetSelection() const -->
<function name="wxTreeListCtrl::GetFirstItem,wxTreeListCtrl::GetRootItem,wxTreeListCtrl::GetSelection">
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxTreeListItem"/>
<noreturn>false</noreturn>
</function>
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
<function name="wxTreeListCtrl::GetCheckedState">
<leak-ignore/>
@ -10765,6 +10837,15 @@
<returnValue type="wxCheckBoxState"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxClientData* wxTreeListCtrl::GetItemData(wxTreeListItem item) const -->
<function name="wxTreeListCtrl::GetItemData">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="wxClientData*"/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxTreeListCtrl::DeleteColumn(unsigned col) -->
<function name="wxTreeListCtrl::DeleteColumn">
<leak-ignore/>