wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-30 17:27:57 +02:00
parent 221e96e473
commit a27c88f99b
1 changed files with 14 additions and 0 deletions

View File

@ -9717,6 +9717,20 @@
<not-uninit/>
</arg>
</function>
<!-- void wxListItem::SetColumn(int col) -->
<!-- void wxListItem::SetId(long id) -->
<!-- void wxListItem::SetImage(int image) -->
<!-- void wxListItem::SetMask(long mask) -->
<!-- void wxListItem::SetStateMask(long stateMask) -->
<!-- void wxListItem::SetWidth(int width) -->
<function name="wxListItem::SetColumn,wxListItem::SetId,wxListItem::SetImage,wxListItem::SetMask,wxListItem::SetStateMask,wxListItem::SetWidth">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxPopupTransientWindow::ProcessLeftDown(wxMouseEvent & event) -->
<function name="wxPopupTransientWindow::ProcessLeftDown">
<noreturn>false</noreturn>