wxWidgets.cfg: Added support for more interfaces.

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

View File

@ -7219,6 +7219,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxPGProperty::SetBackgroundColour(const wxColour &colour, int flags = wxPG_RECURSE) -->
<function name="wxPGProperty::SetBackgroundColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="wxPG_RECURSE">
<not-uninit/>
</arg>
</function>
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
<function name="wxPGProperty::GetCell">