wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-13 16:51:34 +02:00
parent 9f00149674
commit fd416eadce
1 changed files with 23 additions and 1 deletions

View File

@ -7466,7 +7466,8 @@
<!-- void wxMemoryDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
<!-- void wxBufferedDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
<!-- void wxBufferedPaintDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
<function name="wxDC::DrawRectangle,wxMemoryDC::DrawRectangle,wxBufferedDC::DrawRectangle,wxBufferedPaintDC::DrawRectangle">
<!-- void wxClientDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
<function name="wxDC::DrawRectangle,wxMemoryDC::DrawRectangle,wxBufferedDC::DrawRectangle,wxBufferedPaintDC::DrawRectangle,wxClientDC::DrawRectangle">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in"/>
@ -7627,6 +7628,15 @@
<not-uninit/>
</arg>
</function>
<!-- void wxTextAttr::SetFont(const wxFont & font, int flags = wxTEXT_ATTR_FONT &~wxTEXT_ATTR_FONT_PIXEL_SIZE) -->
<function name="wxTextAttr::SetFont">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="wxTEXT_ATTR_FONT &amp;~wxTEXT_ATTR_FONT_PIXEL_SIZE">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxAnimation::Load(wxInputStream & stream, wxAnimationType type = wxANIMATION_TYPE_ANY) -->
<function name="wxAnimation::Load">
<noreturn>false</noreturn>
@ -8638,6 +8648,18 @@
<not-uninit/>
</arg>
</function>
<!-- void wxDC::SetDeviceOrigin(wxCoord x, wxCoord y) -->
<function name="wxDC::SetDeviceOrigin">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
<!-- virtual void wxWindow::SetMaxSize(const wxSize & size) -->
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->