wxwidgets.cfg: Added support for more insterfaces
This commit is contained in:
parent
30f1558f1c
commit
879fa9c18e
|
@ -5919,7 +5919,11 @@
|
|||
<!-- virtual void wxSpinCtrl::SetSelection (long from, long to) -->
|
||||
<!-- virtual void wxComboBox::SetSelection (long from, long to) -->
|
||||
<!-- virtual void wxComboBox::SetSelection (int n) -->
|
||||
<function name="wxTextEntry::SetSelection,wxTextCtrl::SetSelection,wxSpinCtrl::SetSelection,wxComboBox::SetSelection,wxRadioBox::SetSelection">
|
||||
<!-- virtual void wxComboCtrl::SetSelection (long from, long to) -->
|
||||
<!-- virtual void wxComboCtrl::SetSelection (int n) -->
|
||||
<!-- virtual void wxOwnerDrawnComboBox::SetSelection (long from, long to) -->
|
||||
<!-- virtual void wxOwnerDrawnComboBox::SetSelection (int n) -->
|
||||
<function name="wxTextEntry::SetSelection,wxTextCtrl::SetSelection,wxSpinCtrl::SetSelection,wxComboBox::SetSelection,wxRadioBox::SetSelection,wxComboCtrl::SetSelection,wxOwnerDrawnComboBox::SetSelection">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="any" direction="in">
|
||||
|
|
Loading…
Reference in New Issue