wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
d7e66c1165
commit
59433229a0
|
@ -7930,6 +7930,36 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
</function>
|
</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 wxTreeListCtrl::AssignImageList(wxImageList * imageList) -->
|
||||||
<!-- void wxDataViewTreeCtrl::AssignImageList(wxImageList * imageList) -->
|
<!-- void wxDataViewTreeCtrl::AssignImageList(wxImageList * imageList) -->
|
||||||
<function name="wxTreeListCtrl::AssignImageList,wxDataViewTreeCtrl::AssignImageList">
|
<function name="wxTreeListCtrl::AssignImageList,wxDataViewTreeCtrl::AssignImageList">
|
||||||
|
|
Loading…
Reference in New Issue