wxwidgets.cfg: Added support for some wxPGProperty::AppendChild().
This commit is contained in:
parent
e9cc84e35b
commit
2268063797
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue