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