wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-06 19:53:45 +01:00
parent 18918af705
commit d9b8581728
1 changed files with 16 additions and 0 deletions

View File

@ -12430,6 +12430,22 @@
<returnValue type="bool"/>
<leak-ignore/>
</function>
<!-- bool wxDragImage::BeginDrag(const wxPoint & hotspot, wxWindow * window, bool fullScreen = false, wxRect * rect = NULL) -->
<!-- bool wxDragImage::BeginDrag(const wxPoint & hotspot, wxWindow * window, wxWindow * boundingWindow) -->
<function name="wxDragImage::BeginDrag">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in">
<not-uninit/>
<not-null/>
</arg>
<arg nr="3" default="false" direction="in"/>
<arg nr="4" default="NULL" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxString & wxString::Prepend(const wxString &str); -->
<function name="wxString::Prepend">
<noreturn>false</noreturn>