wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6a3e1eeef7
commit
2ef7ae4d8e
|
@ -7926,6 +7926,18 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxStyledTextCtrl::SetLexer(int lexer) -->
|
||||||
|
<!-- void wxStyledTextCtrl::SetMainSelection(int selection) -->
|
||||||
|
<!-- void wxStyledTextCtrl::SetMarginLeft(int l) -->
|
||||||
|
<!-- void wxStyledTextCtrl::SetMarginOptions(int opt) -->
|
||||||
|
<function name="wxStyledTextCtrl::SetLexer,wxStyledTextCtrl::SetMainSelection,wxStyledTextCtrl::SetMarginLeft,wxStyledTextCtrl::SetMarginOptions">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
|
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
|
||||||
<function name="wxPen::SetStyle">
|
<function name="wxPen::SetStyle">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue