wxwidgets.cfg: Added support for some wxPGProperty::AppendChild().

This commit is contained in:
orbitcowboy 2019-01-25 15:19:54 +01:00
parent e9cc84e35b
commit 2268063797
1 changed files with 10 additions and 0 deletions

View File

@ -6084,6 +6084,16 @@
<returnValue type="bool"/> <returnValue type="bool"/>
<arg nr="1"/> <arg nr="1"/>
</function> </function>
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
<function name="wxPGProperty::AppendChild">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPGProperty*"/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- bool wxPGProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) --> <!-- bool wxPGProperty::SetValueFromString(const wxString & text, int flags = wxPG_PROGRAMMATIC_VALUE) -->
<function name="wxPGProperty::SetValueFromString"> <function name="wxPGProperty::SetValueFromString">
<noreturn>false</noreturn> <noreturn>false</noreturn>