wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-25 15:18:43 +01:00
parent d20dbe3882
commit feec65030b
1 changed files with 13 additions and 0 deletions

View File

@ -13884,6 +13884,19 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-null/>
</arg>
</function>
<!-- bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr & style ) -->
<function name="wxTextCtrl::SetStyle">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in"/>
</function>
<!-- static wxWindow* wxWindow::FindWindowById(long id const wxWindow * parent = 0) -->
<function name="wxWindow::FindWindowById">
<noreturn>false</noreturn>