wxwidgets.cfg: Added support for wxPropertyGridInterface::Append() and wxPropertyGridPage::Append().

This commit is contained in:
orbitcowboy 2019-01-10 14:41:59 +01:00
parent d946ed21a0
commit 0557111c0c
1 changed files with 11 additions and 0 deletions

View File

@ -1774,6 +1774,17 @@
<returnValue type="size_t"/>
<use-retval/>
</function>
<!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)-->
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPGProperty*"/>
<arg nr="2">
<not-uninit/>
<not-null/>
</arg>
</function>
<define name="wxOVERRIDE" value="override"/>
<define name="wxEXPLICIT" value="explicit"/>
<define name="WXSIZEOF(array)" value="(sizeof(array)/sizeof(array[0]))"/>