Skip to content

Commit 2c052fd

Browse files
committed
wxWidgets.cfg: Added support for more interfaces.
1 parent ba2a58e commit 2c052fd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7432,6 +7432,23 @@
74327432
<not-uninit/>
74337433
</arg>
74347434
</function>
7435+
<!-- void wxEvent::SetEventObject(wxObject *object) -->
7436+
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
7437+
<noreturn>false</noreturn>
7438+
<leak-ignore/>
7439+
<returnValue type="void"/>
7440+
<arg nr="1" direction="in">
7441+
<not-uninit/>
7442+
<not-null/>
7443+
</arg>
7444+
</function>
7445+
<!-- void wxCommandEvent::SetString(const wxString &sr) -->
7446+
<function name="wxCommandEvent::SetString">
7447+
<noreturn>false</noreturn>
7448+
<leak-ignore/>
7449+
<returnValue type="void"/>
7450+
<arg nr="1" direction="in"/>
7451+
</function>
74357452
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
74367453
<function name="wxColour::GetAsString">
74377454
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)