wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
bb7c8eebbc
commit
3d08b7fe98
|
@ -10473,4 +10473,53 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
|
||||
<function name="wxAnimation::GetDelay">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual wxImage wxAnimation::GetFrame(unsigned int i) const -->
|
||||
<function name="wxAnimation::GetFrame">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxImage"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual unsigned int wxAnimation::GetFrameCount(unsigned int i) const -->
|
||||
<function name="wxAnimation::GetFrameCount">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="unsigned int"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual wxSize wxAnimation::GetSize() const -->
|
||||
<function name="wxAnimation::GetSize">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxSize"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- virtual bool wxAnimation::IsOk() const -->
|
||||
<function name="wxAnimation::IsOk">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue