wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 14:47:32 +02:00
parent 3d08b7fe98
commit b3d4e14a39
1 changed files with 20 additions and 0 deletions

View File

@ -10506,6 +10506,26 @@
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxAnimation::Load(wxInputStream & stream, wxAnimationType type = wxANIMATION_TYPE_ANY) -->
<function name="wxAnimation::Load">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="out"/>
<arg nr="2" default="wxANIMATION_TYPE_ANY" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxAnimation::LoadFile(const wxString &name wxAnimationType type = wxANIMATION_TYPE_ANY) -->
<function name="xAnimation::LoadFile">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" default="wxANIMATION_TYPE_ANY" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual wxSize wxAnimation::GetSize() const -->
<function name="wxAnimation::GetSize">
<noreturn>false</noreturn>