wxwidgets.cfg: Added support for wxDC::DrawEllipse().

This commit is contained in:
orbitcowboy 2019-02-28 23:21:46 +01:00
parent f70e01b2b1
commit c0bec7ef69
1 changed files with 10 additions and 0 deletions

View File

@ -6631,6 +6631,16 @@
</arg>
<arg nr="2" default="wxEmptyString"/>
</function>
<!-- void wxDC::DrawEllipse( wxCoord x, wxCoord y, wxCoord width, wxCoord height ) -->
<!-- void wxMemoryDC::DrawEllipse( wxCoord x, wxCoord y, wxCoord width, wxCoord height ) -->
<function name="wxDC::DrawEllipse,wxMemoryDC::DrawEllipse">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">