wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f9ce5b3407
commit
5a72d834ac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue