wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
dfa98c8f17
commit
8ed255c276
|
@ -15398,4 +15398,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxCommandEvent::SetExtraLong( long extraLong ) -->
|
||||||
|
<function name="wxCommandEvent::SetExtraLong">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue