wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3d08b7fe98
commit
b3d4e14a39
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue