wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
503a5dd441
commit
220597bc0b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue