wxWidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-16 11:20:59 +01:00
parent a241be0ecc
commit 48fb878a35
1 changed files with 11 additions and 0 deletions

View File

@ -7219,6 +7219,17 @@
<not-uninit/>
</arg>
</function>
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
<function name="wxPGProperty::GetCell">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="wxPGCell &amp;"/>
<arg nr="1" direction="in">
<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>