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

This commit is contained in:
orbitcowboy 2021-01-07 09:37:34 +01:00
parent 503a5dd441
commit 220597bc0b
1 changed files with 10 additions and 1 deletions

View File

@ -5691,7 +5691,8 @@
</arg>
</function>
<!-- virtual wxString wxListBox::GetString (unsigned int n) const-->
<function name="wxListBox::GetString">
<!-- virtual wxString wxChoice::GetString (unsigned int n) const-->
<function name="wxListBox::GetString,wxChoice::GetString">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
@ -13685,6 +13686,14 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/>
</arg>
</function>
<!-- wxRect wxRect::Intersect(const wxRect & rect) -->
<function name="wxRect::wxRect">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxRect::Intersects(const wxRect & rect) const -->
<function name="wxRect::Intersects">
<noreturn>false</noreturn>