wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
91fbc859b3
commit
0b19d17ed3
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue