wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-07-08 17:30:12 +02:00
parent 3e7b6f262d
commit 4c23c2caa4
1 changed files with 14 additions and 0 deletions

View File

@ -5890,6 +5890,20 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</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-->
<!-- virtual void wxSpinCtrlDouble::SetValue(const wxString & text)-->
<!-- void wxSpinCtrlDouble::SetValue(double value)-->