wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-14 08:21:38 +01:00
parent ed25ae3acb
commit e28367b268
1 changed files with 13 additions and 1 deletions

View File

@ -6320,11 +6320,23 @@
</arg>
</function>
<!-- void wxPGProperty::SetAttribute(const wxString & name, wxVariant value) -->
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute">
<!-- void wxBoolProperty::SetAttribute(const wxString & name, wxVariant value) -->
<!-- void wxFileProperty::SetAttribute(const wxString & name, wxVariant value) -->
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="2"/>
</function>
<!-- void wxFrame::SetStatusText( const wxString & text, int number = 0 ) -->
<function name="wxFrame::SetStatusText">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1"/>
<arg nr="2" default="0">
<not-uninit/>
</arg>
</function>
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
<function name="wxPGProperty::AppendChild">
<noreturn>false</noreturn>