wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
571e6bcecc
commit
3f695fd453
|
@ -7833,8 +7833,12 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
|
||||
<!-- virtual void wxWindow::SetMaxSize(const wxSize & size) -->
|
||||
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->
|
||||
<function name="wxWindow::SetMinSize,wxTextCtrl::SetMinSize">
|
||||
<!-- void wxTextCtrl::SetMaxSize(const wxSize & size) -->
|
||||
<!-- void wxStaticText::SetMinSize(const wxSize & size) -->
|
||||
<!-- void wxStaticText::SetMaxSize(const wxSize & size) -->
|
||||
<function name="wxWindow::SetMinSize,wxWindow::SetMaxSize,wxTextCtrl::SetMinSize,wxTextCtrl::SetMaxSize,wxStaticText::SetMinSize,wxStaticText::SetMaxSize">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -7917,8 +7921,10 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxWindow::SetWindowStyle(long style) -->
|
||||
<!-- void wxTextCtrl::SetWindowStyle(long style) -->
|
||||
<!-- void wxStaticText::SetWindowStyle(long style) -->
|
||||
<!-- virtual void wxWindow::SetWindowStyleFlag(long style) -->
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle">
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle,wxStaticText::SetWindowStyle">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -7929,8 +7935,10 @@
|
|||
<!-- void wxStyledTextCtrl::SetLexer(int lexer) -->
|
||||
<!-- void wxStyledTextCtrl::SetMainSelection(int selection) -->
|
||||
<!-- void wxStyledTextCtrl::SetMarginLeft(int l) -->
|
||||
<!-- void wxStyledTextCtrl::SetMarginRight(int r) -->
|
||||
<!-- void wxStyledTextCtrl::SetMarginOptions(int opt) -->
|
||||
<function name="wxStyledTextCtrl::SetLexer,wxStyledTextCtrl::SetMainSelection,wxStyledTextCtrl::SetMarginLeft,wxStyledTextCtrl::SetMarginOptions">
|
||||
<!-- void wxStyledTextCtrl::SetModEventMask(int mask) -->
|
||||
<function name="wxStyledTextCtrl::SetLexer,wxStyledTextCtrl::SetMainSelection,wxStyledTextCtrl::SetMarginLeft,wxStyledTextCtrl::SetMarginRight,wxStyledTextCtrl::SetMarginOptions,wxStyledTextCtrl::SetModEventMask">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -7938,6 +7946,19 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxStyledTextCtrl::SetMarginSensitive( int margin, bool sensitive ) -->
|
||||
<!-- void wxStyledTextCtrl::SetMarginMask( int margin, int mask ) -->
|
||||
<function name="wxStyledTextCtrl::SetMarginSensitive,wxStyledTextCtrl::SetMarginMask">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
|
||||
<function name="wxPen::SetStyle">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue