wxwidgets.cfg: Added support for wxImage::Rotate().

This commit is contained in:
orbitcowboy 2019-09-07 12:06:09 +02:00
parent 9890df11df
commit e21dca293a
1 changed files with 16 additions and 0 deletions

View File

@ -10710,6 +10710,22 @@
<not-uninit/>
</arg>
</function>
<!-- wxImage wxImage::Rotate(double angle, const wxPoint & rotationCentre, bool interpolating = true, wxPoint * offsetAfterRotation = NULL) const -->
<function name="wxImage::Rotate">
<noreturn>false</noreturn>
<returnValue type="wxImage"/>
<const/>
<use-retval/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in"/>
<arg nr="3" default="true" direction="in">
<not-uninit/>
</arg>
<arg nr="4" default="NULL" direction="out"/>
</function>
<!-- virtual wxImage wxAnimation::GetFrame(unsigned int i) const -->
<function name="wxAnimation::GetFrame">
<noreturn>false</noreturn>