wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-21 13:04:48 +01:00
parent 384c9d884a
commit 37f5e3c16b
1 changed files with 26 additions and 0 deletions

View File

@ -12173,6 +12173,32 @@
<valid>0:</valid>
</arg>
</function>
<!-- wxColour wxColourData::GetCustomColour(int i) const -->
<function name="wxColourData::GetCustomColour">
<noreturn>false</noreturn>
<returnValue type="wxColour"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<!-- From wxWidgets-documenation: An integer between 0 and 15, being any of the 15 custom colours that the user has saved. -->
<valid>0:15</valid>
</arg>
</function>
<!-- bool wxDragImage::Move(const wxPoint & pt) -->
<function name="wxDragImage::Move">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxDragImage::Show() -->
<function name="wxDragImage::Show">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
</function>
<!-- wxString & wxString::Prepend(const wxString &str); -->
<function name="wxString::Prepend">
<noreturn>false</noreturn>