Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Jul 8, 2021
1 parent 3e7b6f2 commit 4c23c2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)-->
Expand Down

0 comments on commit 4c23c2c

Please sign in to comment.