Skip to content

Commit 890d11c

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

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7432,6 +7432,15 @@
74327432
<not-uninit/>
74337433
</arg>
74347434
</function>
7435+
<!-- void wxColour::Set(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=wxALPHA_OPAQUE) -->
7436+
<!-- void wxColour::Set(unsigned long RGB)-->
7437+
<!-- void wxColour::Set(const wxString &str)-->
7438+
<function name="wxColour::Set">
7439+
<noreturn>false</noreturn>
7440+
<leak-ignore/>
7441+
<returnValue type="void"/>
7442+
<arg nr="any" direction="in"/>
7443+
</function>
74357444
<!-- void wxEvent::SetEventObject(wxObject *object) -->
74367445
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
74377446
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)