wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-13 11:47:13 +01:00
parent f9ce5b3407
commit 5a72d834ac
1 changed files with 27 additions and 0 deletions

View File

@ -8998,4 +8998,31 @@
<not-uninit/>
</arg>
</function>
<!-- bool wxTextEntry::AutoComplete( wxTextCompleter * completer ) -->
<!-- bool wxTextEntry::AutoComplete( const wxArrayString & choices ) -->
<!-- bool wxSearchCtrl::AutoComplete( wxTextCompleter * completer ) -->
<!-- bool wxSearchCtrl::AutoComplete( const wxArrayString & choices ) -->
<function name="wxTextEntryBase::AutoComplete,wxSearchCtrl::AutoComplete">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxSearchCtrl::SetDescriptiveText(const wxString & text)-->
<function name="wxSearchCtrl::SetDescriptiveText">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual void wxSearchCtrl::ShowCancelButton(bool show) -->
<!-- virtual void wxSearchCtrl::ShowSearchButton(bool show) -->
<function name="wxSearchCtrl::ShowCancelButton">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
</def>