wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
221e96e473
commit
a27c88f99b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue