wxwidgets.cfg: Added support for some wxRect functions.
This commit is contained in:
parent
693dcf9671
commit
e9cc84e35b
|
@ -6189,6 +6189,7 @@
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxPoint"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<!-- void wxSize::SetHeight(int height)-->
|
||||
<!-- void wxSize::SetWidth(int width)-->
|
||||
|
@ -6199,6 +6200,28 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxRect::SetWidth(int width)-->
|
||||
<function name="wxRect::SetWidth">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxRect wxRect::CentreIn(const wxRect & r, int dir = wxBOTH) -->
|
||||
<!-- wxRect wxRect::CenterIn(const wxRect & r, int dir = wxBOTH) -->
|
||||
<function name="wxRect::CentreIn,wxRect::CenterIn">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxRect"/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="wxBOTH">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxTextEntry::SetValue (const wxString & value)-->
|
||||
<!-- virtual void wxTextCtrl::SetValue (const wxString & value)-->
|
||||
<function name="wxTextEntry::SetValue,wxTextCtrl::SetValue">
|
||||
|
|
Loading…
Reference in New Issue