wxwidgets.cfg: Added support for more wxImage members

This commit is contained in:
orbitcowboy 2019-09-07 12:10:38 +02:00
parent e21dca293a
commit 74907ade18
1 changed files with 28 additions and 0 deletions

View File

@ -10726,6 +10726,34 @@
</arg>
<arg nr="4" default="NULL" direction="out"/>
</function>
<!-- void wxImage::RotateHue(double angle) -->
<function name="wxImage::RotateHue">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxImage wxImage::Rotate90(bool clockwise = true) const -->
<function name="wxImage::Rotate90">
<noreturn>false</noreturn>
<returnValue type="wxImage"/>
<const/>
<use-retval/>
<leak-ignore/>
<arg nr="1" default="true" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxImage wxImage::Rotate180() const -->
<function name="wxImage::Rotate90">
<noreturn>false</noreturn>
<returnValue type="wxImage"/>
<const/>
<use-retval/>
<leak-ignore/>
</function>
<!-- virtual wxImage wxAnimation::GetFrame(unsigned int i) const -->
<function name="wxAnimation::GetFrame">
<noreturn>false</noreturn>