wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-21 14:55:04 +01:00
parent e27a44a0ea
commit b06b744887
1 changed files with 10 additions and 0 deletions

View File

@ -7917,6 +7917,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::SetWindowStyle(long style) -->
<!-- virtual void wxWindow::SetWindowStyleFlag(long style) -->
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
<function name="wxPen::SetStyle">
<leak-ignore/>