wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4e71e5db8d
commit
e3e430ded3
|
@ -5631,6 +5631,14 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- static wxString wxFontMapper::GetEncodingDescription(wxFontEncoding encoding)-->
|
||||||
|
<function name="wxFontMapper::GetEncodingDescription">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- virtual void wxFont::SetStrikethrough (bool show=true) -->
|
<!-- virtual void wxFont::SetStrikethrough (bool show=true) -->
|
||||||
<function name="wxFont::SetStrikethrough">
|
<function name="wxFont::SetStrikethrough">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue