wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
0e4efea530
commit
48f594c938
|
@ -7272,12 +7272,27 @@
|
|||
<!-- void wxPGProperty::SetAttribute(const wxString & name, wxVariant value) -->
|
||||
<!-- void wxBoolProperty::SetAttribute(const wxString & name, wxVariant value) -->
|
||||
<!-- void wxFileProperty::SetAttribute(const wxString & name, wxVariant value) -->
|
||||
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute">
|
||||
<!-- void wxDirProperty::SetAttribute(const wxString & name, wxVariant value) -->
|
||||
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute,wxDirProperty::SetAttribute">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxPGProperty::RefreshEditor() -->
|
||||
<!-- void wxPGProperty::RefreshChildren() -->
|
||||
<function name="wxPGProperty::RefreshEditor,wxPGProperty::RefreshChildren">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
</function>
|
||||
<!-- void wxPGProperty::SetAttributes(const wxPGAttributeStorage & attributes) -->
|
||||
<function name="wxPGProperty::SetAttributes">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxFrame::SetStatusText( const wxString & text, int number = 0 ) -->
|
||||
<function name="wxFrame::SetStatusText">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue