wxwidgets.cfg: Improved support for more interfaces.
This commit is contained in:
parent
b69b0bf57e
commit
e2e3f724b5
|
@ -6581,4 +6581,44 @@
|
|||
<returnValue type="bool"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxDC::DrawText( const wxString & 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 & value ) -->
|
||||
<!-- void wxSpinCtrl::SetValue( int value ) -->
|
||||
<function name="wxSpinCtrl::SetValue">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue