wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
48f594c938
commit
f6a5efa9eb
|
@ -7772,6 +7772,15 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxDC::SetClippingRegion (wxCoord x, wxCoord y, wxCoord width, wxCoord height)-->
|
||||
<!-- void wxDC::SetClippingRegion (const wxPoint &pt, const wxSize &sz) -->
|
||||
<!-- void wxDC::SetClippingRegion (const wxRect &rect) -->
|
||||
<function name="wxDC::SetClippingRegion">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="any" direction="in"/>
|
||||
</function>
|
||||
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style)-->
|
||||
<function name="wxBrush::SetStyle">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue