wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
d1bb0465b8
commit
d0d671761a
|
@ -7133,7 +7133,30 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- void wxTextCtrl::SetEditable( bool edit) -->
|
||||||
<function name="wxTextEntry::SetEditable,wxTextCtrl::SetEditable">
|
<function name="wxTextEntry::SetEditable,wxTextCtrl::SetEditable">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue