wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-01 15:28:20 +01:00
parent 9ddd7163be
commit e468a35545
1 changed files with 43 additions and 0 deletions

View File

@ -6165,6 +6165,18 @@
<not-uninit/>
</arg>
</function>
<!-- void wxPGProperty::SetValue(wxVariant value, wxVariant * pList = NULL, int flags = wxPG_SETVAL_REFRESH_EDITOR) -->
<function name="wxPGProperty::SetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="2" default="0">
<not-uninit/>
</arg>
<arg nr="2" default="wxPG_SETVAL_REFRESH_EDITOR">
<not-uninit/>
</arg>
</function>
<!-- void wxPGProperty::SetExpanded(bool expanded) -->
<function name="wxPGProperty::SetExpanded">
<noreturn>false</noreturn>
@ -6990,4 +7002,35 @@
<returnValue type="int"/>
<arg nr="1"/>
</function>
<!-- virtual void wxSlider::SetValue(int value) -->
<function name="wxSlider::SetValue">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetColSize( int col, int width ) -->
<function name="wxGrid::SetColSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!--void wxGrid::SetCellBackgroundColour (int row, int col, const wxColour &colour) -->
<function name="wxGrid::SetCellBackgroundColour">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3"/>
</function>
</def>