wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f89c2c8423
commit
6ad3478fb7
|
@ -14388,4 +14388,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue