wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-12-15 13:29:23 +01:00
parent 1dff1af199
commit a84bce2266
1 changed files with 11 additions and 1 deletions

View File

@ -10679,6 +10679,14 @@
<valid>0:</valid>
</arg>
</function>
<!-- const wxColour& wxTextAttr::GetTextColour() const-->
<function name="wxTextAttr::GetTextColour">
<noreturn>false</noreturn>
<returnValue type="const wxColour &amp;"/>
<use-retval/>
<const/>
<leak-ignore/>
</function>
<!-- virtual void wxTextCtrl::SetMaxLength(unsigned long len)-->
<function name="wxTextEntry::SetMaxLength,wxTextCtrl::SetMaxLength">
<noreturn>false</noreturn>
@ -10703,8 +10711,8 @@
<returnValue type="void"/>
<leak-ignore/>
</function>
<!-- wxTextAttr::SetTextColour-->
<!-- void wxTextCtrl::SetEditable( bool edit) -->
<!-- void wxTextEntry::SetEditable( bool edit) -->
<function name="wxTextEntry::SetEditable,wxTextCtrl::SetEditable">
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -14904,9 +14912,11 @@ wxItemKind kind = wxITEM_NORMAL) -->
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>1:</valid>
</arg>
<arg nr="3" direction="in"/>
</function>