wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
3e7b6f262d
commit
4c23c2caa4
|
@ -5890,6 +5890,20 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxItemContainerImmutable::Select( int n ) -->
|
||||||
|
<!-- void wxChoice::Select( int n ) -->
|
||||||
|
<!-- void wxComboBox::Select( int n ) -->
|
||||||
|
<!-- void wxRadioBox::Select( int n ) -->
|
||||||
|
<!-- void wxListBox::Select( int n ) -->
|
||||||
|
<function name="wxItemContainerImmutable::Select,wxChoice::Select,wxComboBox::Select,wxRadioBox::Select,wxListBox::Select">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
|
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
|
||||||
<!-- virtual void wxSpinCtrlDouble::SetValue(const wxString & text)-->
|
<!-- virtual void wxSpinCtrlDouble::SetValue(const wxString & text)-->
|
||||||
<!-- void wxSpinCtrlDouble::SetValue(double value)-->
|
<!-- void wxSpinCtrlDouble::SetValue(double value)-->
|
||||||
|
|
Loading…
Reference in New Issue