wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3b9fb54104
commit
9047751de0
|
@ -8937,4 +8937,26 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxRect::Offset( wxCoord dx, wxCoord dy ) -->
|
||||||
|
<function name="wxRect::Offset">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- void wxRect::SetLeftBottom( const wxPoint & p ) -->
|
||||||
|
<!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
|
||||||
|
<!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
|
||||||
|
<!-- void wxRect::SetRightTop( const wxPoint & p ) -->
|
||||||
|
<function name="wxRect::SetLeftBottom,wxRect::SetLeftBottom,wxRect::SetRightBottom,wxRect::SetRightTop">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue