wxwidgets.cfg: Added support for wxDC::DrawEllipse().
This commit is contained in:
parent
f70e01b2b1
commit
c0bec7ef69
|
@ -6631,6 +6631,16 @@
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2" default="wxEmptyString"/>
|
<arg nr="2" default="wxEmptyString"/>
|
||||||
</function>
|
</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 wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||||
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||||
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
||||||
|
|
Loading…
Reference in New Issue