wxwidgets.cfg: Updated configuration of wxUIActionSimulator::Text() according to 5b810b129d
This commit is contained in:
parent
eeda0442fa
commit
5477c54c3e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue