wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
831670c355
commit
0284705551
|
@ -4651,6 +4651,14 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxItemContainerImmutable::SetStringSelection( const wxString & s ) -->
|
||||
<!-- bool wxChoice::SetStringSelection( const wxString & s ) -->
|
||||
<function name="wxItemContainerImmutable::SetStringSelection,wxChoice::SetStringSelection">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
|
||||
<!-- virtual void wxSpinCtrlDouble::SetValue(const wxString & text)-->
|
||||
<!-- void wxSpinCtrlDouble::SetValue(double value)-->
|
||||
|
@ -4887,7 +4895,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxMenu::Enable(int id, bool enable) -->
|
||||
<function name="wxMenu::Enable">
|
||||
<!-- void wxMenu::Check(int id, bool check) -->
|
||||
<function name="wxMenu::Enable,wxMenu::Check">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue