wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
384c9d884a
commit
37f5e3c16b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue