wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
b1401c6536
commit
f89c2c8423
|
@ -14381,4 +14381,11 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
<arg nr="2" default="wxBRUSHSTYLE_SOLID" direction="in"/>
|
<arg nr="2" default="wxBRUSHSTYLE_SOLID" direction="in"/>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue