wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-13 12:32:20 +01:00
parent d7e66c1165
commit 59433229a0
1 changed files with 30 additions and 0 deletions

View File

@ -7930,6 +7930,36 @@
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- virtual void wxWindow::Update(void) -->
<function name="wxWindow::Update">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL) -->
<!-- bool wxProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL) -->
<function name="wxGenericProgressDialog::Update,wxProgressDialog::Update">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="3" default="NULL">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxStatusBar::GetFieldRect( int i, wxRect & rect ) const -->
<function name="wxStatusBar::GetFieldRect">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- void wxTreeListCtrl::AssignImageList(wxImageList * imageList) -->
<!-- void wxDataViewTreeCtrl::AssignImageList(wxImageList * imageList) -->
<function name="wxTreeListCtrl::AssignImageList,wxDataViewTreeCtrl::AssignImageList">