Skip to content

Commit 48f594c

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 0e4efea commit 48f594c

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7272,12 +7272,27 @@
72727272
<!-- void wxPGProperty::SetAttribute(const wxString & name, wxVariant value) -->
72737273
<!-- void wxBoolProperty::SetAttribute(const wxString & name, wxVariant value) -->
72747274
<!-- void wxFileProperty::SetAttribute(const wxString & name, wxVariant value) -->
7275-
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute">
7275+
<!-- void wxDirProperty::SetAttribute(const wxString & name, wxVariant value) -->
7276+
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute,wxFileProperty::SetAttribute,wxDirProperty::SetAttribute">
72767277
<noreturn>false</noreturn>
72777278
<leak-ignore/>
72787279
<arg nr="1" direction="in"/>
72797280
<arg nr="2" direction="in"/>
72807281
</function>
7282+
<!-- void wxPGProperty::RefreshEditor() -->
7283+
<!-- void wxPGProperty::RefreshChildren() -->
7284+
<function name="wxPGProperty::RefreshEditor,wxPGProperty::RefreshChildren">
7285+
<noreturn>false</noreturn>
7286+
<leak-ignore/>
7287+
<returnValue type="void"/>
7288+
</function>
7289+
<!-- void wxPGProperty::SetAttributes(const wxPGAttributeStorage & attributes) -->
7290+
<function name="wxPGProperty::SetAttributes">
7291+
<noreturn>false</noreturn>
7292+
<leak-ignore/>
7293+
<returnValue type="void"/>
7294+
<arg nr="1" direction="in"/>
7295+
</function>
72817296
<!-- void wxFrame::SetStatusText( const wxString & text, int number = 0 ) -->
72827297
<function name="wxFrame::SetStatusText">
72837298
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)