wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ed25ae3acb
commit
e28367b268
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue