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