wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
b94a6d595a
commit
e785e426c2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue