wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
feec65030b
commit
97c853ac11
|
@ -13884,6 +13884,23 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 ) -->
|
<!-- bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr & style ) -->
|
||||||
<function name="wxTextCtrl::SetStyle">
|
<function name="wxTextCtrl::SetStyle">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue