wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-01-30 11:12:06 +01:00
parent b69b0bf57e
commit e2e3f724b5
1 changed files with 40 additions and 0 deletions

View File

@ -6581,4 +6581,44 @@
<returnValue type="bool"/>
<arg nr="1"/>
</function>
<!-- void wxDC::DrawText( const wxString &amp; text, wxCoord x, wxCoord y ) -->
<function name="wxDC::DrawText">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
</function>
<!-- void wxGraphicsContext::SetBrush(const wxBrush & brush) -->
<!-- virtual void wxGraphicsContext::SetBrush(const wxGraphicsBrush & brush) -->
<function name="wxGraphicsContext::SetBrush">
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- void wxGraphicsContext::DrawLines( size_t n, const wxPoint2DDouble * points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE ) -->
<function name="wxGraphicsContext::DrawLines">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
<valid>1:</valid>
</arg>
<arg nr="2">
<not-uninit/>
<not-null/>
</arg>
<arg nr="3" default="wxODDEVEN_RULE">
<not-uninit/>
</arg>
</function>
<!-- void wxSpinCtrl::SetValue( const wxString &amp; value ) -->
<!-- void wxSpinCtrl::SetValue( int value ) -->
<function name="wxSpinCtrl::SetValue">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1"/>
</function>
</def>