wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4e71e5db8d
commit
e3e430ded3
|
@ -5631,6 +5631,14 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</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) -->
|
||||
<function name="wxFont::SetStrikethrough">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue