wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f052d32e31
commit
6c53cdd6f9
|
@ -14394,4 +14394,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="out"/>
|
||||
</function>
|
||||
<!-- virtual bool wxClipboard::SetData(wxDataObject * data)-->
|
||||
<function name="wxClipboard::SetData,wxTheClipboard::SetData">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue