Skip to content

Commit f6a5efa

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 48f594c commit f6a5efa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7772,6 +7772,15 @@
77727772
<returnValue type="void"/>
77737773
<arg nr="1" direction="in"/>
77747774
</function>
7775+
<!-- void wxDC::SetClippingRegion (wxCoord x, wxCoord y, wxCoord width, wxCoord height)-->
7776+
<!-- void wxDC::SetClippingRegion (const wxPoint &pt, const wxSize &sz) -->
7777+
<!-- void wxDC::SetClippingRegion (const wxRect &rect) -->
7778+
<function name="wxDC::SetClippingRegion">
7779+
<noreturn>false</noreturn>
7780+
<leak-ignore/>
7781+
<returnValue type="void"/>
7782+
<arg nr="any" direction="in"/>
7783+
</function>
77757784
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style)-->
77767785
<function name="wxBrush::SetStyle">
77777786
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)