wxwidgets.cfg: Updated configuration of wxUIActionSimulator::Text() according to 5b810b129d

This commit is contained in:
orbitcowboy 2020-06-02 18:31:30 +02:00
parent eeda0442fa
commit 5477c54c3e
1 changed files with 11 additions and 2 deletions

View File

@ -7983,13 +7983,22 @@
</arg>
</function>
<!-- bool wxUIActionSimulator::Select(const wxString & text)-->
<!-- bool wxUIActionSimulator::Text(const wxString & text)-->
<function name="wxUIActionSimulator::Select,wxUIActionSimulator::Text">
<function name="wxUIActionSimulator::Select">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxUIActionSimulator::Text(const char *)-->
<function name="wxUIActionSimulator::Text">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- bool wxPGProperty::Hide(bool hide, int flags = wxPG_RECURSE)-->
<function name="wxPGProperty::Hide">
<noreturn>false</noreturn>