wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-15 19:39:23 +01:00
parent 9f3deb30b1
commit 637c4e2bc0
2 changed files with 17 additions and 13 deletions

View File

@ -10738,9 +10738,16 @@
</arg> </arg>
</function> </function>
<!-- virtual void wxWithImages::SetImageList(wxImageList * imageList) --> <!-- virtual void wxWithImages::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxWithImages::AssignImageList(wxImageList * imageList) -->
<!-- virtual void wxToolbook::SetImageList(wxImageList * imageList) --> <!-- virtual void wxToolbook::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxToolbook::AssignImageList(wxImageList * imageList) -->
<!-- virtual void wxTreeListCtrl::SetImageList(wxImageList * imageList) --> <!-- virtual void wxTreeListCtrl::SetImageList(wxImageList * imageList) -->
<function name="wxWithImages::SetImageList,wxToolbook::SetImageList,wxTreeListCtrl::SetImageList"> <!-- virtual void wxTreeListCtrl::AssignImageList(wxImageList * imageList) -->
<!-- virtual void wxNotebook::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxNotebook::AssignImageList(wxImageList * imageList) -->
<!-- virtual void wxDataViewTreeCtrl::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxDataViewTreeCtrl::AssignImageList(wxImageList * imageList) -->
<function name="wxWithImages::SetImageList,wxWithImages::AssignImageList,wxDataViewTreeCtrl::SetImageList,wxDataViewTreeCtrl::AssignImageList,wxToolbook::SetImageList,wxToolbook::AssignImageList,wxTreeListCtrl::AssignImageList,wxNotebook::AssignImageList,wxTreeListCtrl::SetImageList,wxNotebook::SetImageList">
<leak-ignore/> <leak-ignore/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="void"/> <returnValue type="void"/>
@ -11307,6 +11314,14 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- bool wxGenericProgressDialog::WasCancelled() const -->
<function name="wxGenericProgressDialog::WasCancelled">
<const/>
<leak-ignore/>
<use-retval/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
</function>
<!-- void wxGrid::SetRowLabelSize( int width ) --> <!-- void wxGrid::SetRowLabelSize( int width ) -->
<function name="wxGrid::SetRowLabelSize"> <function name="wxGrid::SetRowLabelSize">
<leak-ignore/> <leak-ignore/>
@ -11807,17 +11822,6 @@
</arg> </arg>
<arg nr="2" direction="out"/> <arg nr="2" direction="out"/>
</function> </function>
<!-- void wxTreeListCtrl::AssignImageList(wxImageList * imageList) -->
<!-- void wxDataViewTreeCtrl::AssignImageList(wxImageList * imageList) -->
<function name="wxTreeListCtrl::AssignImageList,wxDataViewTreeCtrl::AssignImageList">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="inout">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- wxDataViewItem wxDataViewTreeCtrl::AppendContainer(const wxDataViewItem & parent, const wxString & text, int icon = -1, int expanded = -1, wxClientData * data = NULL) --> <!-- wxDataViewItem wxDataViewTreeCtrl::AppendContainer(const wxDataViewItem & parent, const wxString & text, int icon = -1, int expanded = -1, wxClientData * data = NULL) -->
<function name="wxDataViewTreeCtrl::AppendContainer"> <function name="wxDataViewTreeCtrl::AppendContainer">
<leak-ignore/> <leak-ignore/>