wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-09-09 08:46:22 +02:00
parent b1401c6536
commit f89c2c8423
1 changed files with 7 additions and 0 deletions

View File

@ -14381,4 +14381,11 @@ wxItemKind kind = wxITEM_NORMAL) -->
<arg nr="1" direction="in"/>
<arg nr="2" default="wxBRUSHSTYLE_SOLID" direction="in"/>
</function>
<!-- virtual bool wxClipboard::IsSupported(const wxDataFormat & format)-->
<function name="wxClipboard::IsSupported,wxTheClipboard::IsSupported">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
</def>