wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
4576691f64
commit
218befd355
|
@ -9438,6 +9438,16 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxFocusEvent::SetWindow(wxWindow * win) -->
|
||||
<function name="wxFocusEvent::SetWindow">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxFileHistory::RemoveFileFromHistory(size_t i) -->
|
||||
<function name="wxFileHistory::RemoveFileFromHistory">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue