wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
57f491dcdb
commit
dab0180aef
|
@ -8872,6 +8872,22 @@
|
||||||
<returnValue type="wxSize"/>
|
<returnValue type="wxSize"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxWindowBase::Center(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindowBase::CenterOnParent(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindowBase::Centre(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindowBase::CentreOnParent(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindow::Center(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindow::CenterOnParent(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindow::Centre(int direction=wxBOTH) -->
|
||||||
|
<!-- void wxWindow::CentreOnParent(int direction=wxBOTH) -->
|
||||||
|
<function name="wxWindow::Center,wxWindow::CenterOnParent,wxWindow::Centre,wxWindow::CentreOnParent,wxWindowBase::Center,wxWindowBase::CenterOnParent,wxWindowBase::Centre,wxWindowBase::CentreOnParent">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" default="wxBOTH" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- virtual void wxSlider::SetRange(int minValue, int maxValue) -->
|
<!-- virtual void wxSlider::SetRange(int minValue, int maxValue) -->
|
||||||
<function name="wxSlider::SetRange">
|
<function name="wxSlider::SetRange">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue