wxwidgets.cfg: Added support for more wxImage members
This commit is contained in:
parent
e21dca293a
commit
74907ade18
|
@ -10726,6 +10726,34 @@
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4" default="NULL" direction="out"/>
|
<arg nr="4" default="NULL" direction="out"/>
|
||||||
</function>
|
</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 -->
|
<!-- virtual wxImage wxAnimation::GetFrame(unsigned int i) const -->
|
||||||
<function name="wxAnimation::GetFrame">
|
<function name="wxAnimation::GetFrame">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue