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