wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f05c504440
commit
4f870d1c6f
|
@ -10756,6 +10756,78 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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 &"/>
|
||||||
|
<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 -->
|
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
|
||||||
<function name="wxTreeListCtrl::GetCheckedState">
|
<function name="wxTreeListCtrl::GetCheckedState">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -10765,6 +10837,15 @@
|
||||||
<returnValue type="wxCheckBoxState"/>
|
<returnValue type="wxCheckBoxState"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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) -->
|
<!-- bool wxTreeListCtrl::DeleteColumn(unsigned col) -->
|
||||||
<function name="wxTreeListCtrl::DeleteColumn">
|
<function name="wxTreeListCtrl::DeleteColumn">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue