wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
92be62a6eb
commit
456f1c60c4
|
@ -7684,8 +7684,11 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxTextEntry::AppendText( const wxString & text ) -->
|
||||
<!-- void wxTextEntry::WriteText( const wxString & text ) -->
|
||||
<!-- void wxTextCtrl::AppendText( const wxString & text ) -->
|
||||
<function name="wxTextCtrl::AppendText">
|
||||
<!-- void wxTextCtrl::WriteText( const wxString & text ) -->
|
||||
<function name="wxTextEntry::AppendText,wxTextEntry::WriteText,wxTextCtrl::AppendText,wxTextCtrl::WriteText">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue