wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-09-09 11:21:55 +02:00
parent f89c2c8423
commit 6ad3478fb7
1 changed files with 6 additions and 0 deletions

View File

@ -14388,4 +14388,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual bool wxClipboard::GetData(wxDataObject & data)-->
<function name="wxClipboard::GetData,wxTheClipboard::GetData">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="out"/>
</function>
</def>