wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-03 20:38:11 +01:00
parent 6e74d6810a
commit ed2720db05
1 changed files with 70 additions and 1 deletions

View File

@ -10704,7 +10704,8 @@
</function>
<!-- virtual void wxWithImages::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxToolbook::SetImageList(wxImageList * imageList) -->
<function name="wxWithImages::SetImageList,wxToolbook::SetImageList">
<!-- virtual void wxTreeListCtrl::SetImageList(wxImageList * imageList) -->
<function name="wxWithImages::SetImageList,wxToolbook::SetImageList,wxTreeListCtrl::SetImageList">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -10713,6 +10714,74 @@
<not-null/>
</arg>
</function>
<!-- void wxTreeListCtrl::CheckItem(wxTreeListItem item, wxCheckBoxState state = wxCHK_CHECKED) -->
<!-- void wxTreeListCtrl::CheckItemRecursively(wxTreeListItem item, wxCheckBoxState state = wxCHK_CHECKED) -->
<function name="wxTreeListCtrl::CheckItem,wxTreeListCtrl::CheckItemRecursively">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<arg nr="2" default="wxCHK_CHECKED" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- bool wxTreeListCtrl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxTL_DEFAULT_STYLE, const wxString & name = wxTreeListCtrlNameStr) -->
<function name="wxTreeListCtrl::Create">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" default="wxDefaultPosition" direction="in"/>
<arg nr="4" default="wxDefaultSize" direction="in"/>
<arg nr="5" default="wxTL_DEFAULT_STYLE" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="6" default="wxTreeListCtrlName" direction="in"/>
</function>
<!-- void wxTreeListCtrl::Collapse(wxTreeListItem item) -->
<!-- void wxTreeListCtrl::Expand(wxTreeListItem item) -->
<!-- void wxTreeListCtrl::EnsureVisible(wxTreeListItem item) -->
<function name="wxTreeListCtrl::Collapse,wxTreeListCtrl::Expand,wxTreeListCtrl::EnsureVisible">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
<function name="wxTreeListCtrl::GetCheckedState">
<leak-ignore/>
<use-retval/>
<const/>
<noreturn>false</noreturn>
<returnValue type="wxCheckBoxState"/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxTreeListCtrl::DeleteColumn(unsigned col) -->
<function name="wxTreeListCtrl::DeleteColumn">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxTreeListCtrl::ClearColumns() -->
<!-- void wxTreeListCtrl::DeleteAllItems() -->
<function name="wxTreeListCtrl::ClearColumns,wxTreeListCtrl::DeleteAllItems">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- void wxTextEntryDialog::SetTextValidator(const wxTextValidator & validator) -->
<!-- void wxTextEntryDialog::SetTextValidator(wxTextValidatorStyle style = wxFILTER_NONE) -->
<function name="wxTextEntryDialog::SetTextValidator">