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

This commit is contained in:
orbitcowboy 2020-12-25 15:23:31 +01:00
parent feec65030b
commit 97c853ac11
1 changed files with 17 additions and 0 deletions

View File

@ -13884,6 +13884,23 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-null/>
</arg>
</function>
<!-- long wxListCtrl::GetNextItem( long item, int geometry = wxLIST_NEXT_ALL, int state = wxLIST_STATE_DONTCARE ) const -->
<function name="wxListCtrl::GetNextItem">
<noreturn>false</noreturn>
<returnValue type="long"/>
<use-retval/>
<const/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" default="wxLIST_NEXT_ALL" direction="in">
<not-uninit/>
</arg>
<arg nr="3" default="wxLIST_STATE_DONTCARE" direction="in">
<not-uninit/>
</arg>
</function>
<!-- bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr & style ) -->
<function name="wxTextCtrl::SetStyle">
<noreturn>false</noreturn>