wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-04 17:46:17 +02:00
parent d1bb0465b8
commit d0d671761a
1 changed files with 24 additions and 1 deletions

View File

@ -7133,7 +7133,30 @@
<not-uninit/>
</arg>
</function>
<!-- void wxTextEntry::SetEditable( bool edit) -->
<!-- virtual void wxTextEntry::SetMaxLength(unsigned long len)-->
<!-- virtual void wxTextCtrl::SetMaxLength(unsigned long len)-->
<function name="wxTextEntry::SetMaxLength,wxTextCtrl::SetMaxLength">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
</function>
<!-- void wxTextAttr::SetTextColour(const wxColour & colText) -->
<function name="wxTextAttr::SetTextColour">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxTextCtrl::SetModified( void ) -->
<function name="wxTextCtrl::SetModified">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
</function>
<!-- wxTextAttr::SetTextColour-->
<!-- void wxTextCtrl::SetEditable( bool edit) -->
<function name="wxTextEntry::SetEditable,wxTextCtrl::SetEditable">
<noreturn>false</noreturn>