wxwidgets.cfg: Added support for wxImage::Rotate().
This commit is contained in:
parent
9890df11df
commit
e21dca293a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue