wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-12 16:17:23 +01:00
parent 0a57b76c79
commit 948ee4668d
1 changed files with 23 additions and 11 deletions

View File

@ -6814,14 +6814,6 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- void wxRect::SetWidth(int width)-->
<function name="wxRect::SetWidth">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxRect wxRect::CentreIn(const wxRect & r, int dir = wxBOTH) --> <!-- wxRect wxRect::CentreIn(const wxRect & r, int dir = wxBOTH) -->
<!-- wxRect wxRect::CenterIn(const wxRect & r, int dir = wxBOTH) --> <!-- wxRect wxRect::CenterIn(const wxRect & r, int dir = wxBOTH) -->
<function name="wxRect::CentreIn,wxRect::CenterIn"> <function name="wxRect::CentreIn,wxRect::CenterIn">
@ -8937,18 +8929,26 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void wxRect::Offset( const wxPoint &pt ) -->
<!-- void wxRect::Offset( wxCoord dx, wxCoord dy ) --> <!-- void wxRect::Offset( wxCoord dx, wxCoord dy ) -->
<function name="wxRect::Offset"> <function name="wxRect::Offset">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="void"/> <returnValue type="void"/>
<leak-ignore/> <leak-ignore/>
<arg nr="1" direction="in"> <arg nr="1" direction="in"/>
<not-uninit/>
</arg>
<arg nr="2" direction="in"> <arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- bool wxRect::Intersects(const wxRect & rect) const -->
<function name="wxRect::Intersects">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxRect::SetLeftBottom( const wxPoint & p ) --> <!-- void wxRect::SetLeftBottom( const wxPoint & p ) -->
<!-- void wxRect::SetLeftTop( const wxPoint & p ) --> <!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
<!-- void wxRect::SetRightBottom( const wxPoint & p ) --> <!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
@ -8959,4 +8959,16 @@
<leak-ignore/> <leak-ignore/>
<arg nr="1" direction="in"/> <arg nr="1" direction="in"/>
</function> </function>
<!-- void wxRect::SetRight( int right ) -->
<!-- void wxRect::SetLeft( int left ) -->
<!-- void wxRect::SetWidth(int width)-->
<!-- void wxRect::SetHeight( int h ) -->
<function name="wxRect::SetRight,wxRect::SetLeft,wxRect::SetWidth,wxRect::SetHeight">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
</def> </def>