wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-29 09:40:52 +01:00
parent b94a6d595a
commit e785e426c2
1 changed files with 19 additions and 0 deletions

View File

@ -15521,6 +15521,25 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/>
</arg>
</function>
<!-- wxImage wxImage::Scale(
int width,
int height,
wxImageResizeQuality quality = wxIMAGE_QUALITY_NORMAL
) const-->
<function name="wxImage::Scale">
<noreturn>false</noreturn>
<returnValue type="wxImage"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in" default="wxIMAGE_QUALITY_NORMAL"/>
</function>
<!-- bool wxString::Alloc( size_t nLen ) -->
<function name="wxString::Alloc">
<noreturn>false</noreturn>