wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-10 09:25:56 +01:00
parent 110248c8d8
commit 67bfed10a5
1 changed files with 26 additions and 0 deletions

View File

@ -7448,4 +7448,30 @@
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) -->
<function name="wxGenericProgressDialog::Update">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="wxEmptyString"/>
<arg nr="3" default="NULL">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetRowLabelSize( int width ) -->
<function name="wxGrid::SetRowLabelSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
<function name="wxPen::SetStyle">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1"/>
</function>
</def>