wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-08 13:12:01 +01:00
parent 91fbc859b3
commit 0b19d17ed3
1 changed files with 19 additions and 0 deletions

View File

@ -7353,6 +7353,15 @@
</arg>
<arg nr="2"/>
</function>
<!--void wxPropertyGridInterface::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
<!--void wxPropertyGridPage::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
<function name="wxPropertyGridInterface::SetPropertyAttribute,wxPropertyGridPage::SetPropertyAttribute">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="4" default="0">
<not-uninit/>
</arg>
</function>
<!-- void wxStyledTextCtrl::MarkerDefine(int markerNumber, int markerSymbol, const wxColour & foreground = wxNullColour, const wxColour & background = wxNullColour) -->
<function name="wxStyledTextCtrl::MarkerDefine">
<noreturn>false</noreturn>
@ -7366,6 +7375,16 @@
<arg nr="3" default="wxNullColour"/>
<arg nr="4" default="wxNullColour"/>
</function>
<!-- void wxSleep( int nSecs ) -->
<!-- void wxMilliSleep( unsigned long milliseconds ) -->
<!-- void wxMicroSleep( unsigned long ns ) -->
<function name="wxSleep,wxMilliSleep,wxMicroSleep">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->
<function name="wxWindow::SetMinSize,wxTextCtrl::SetMinSize">