wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
894497e704
commit
4ac3f3172c
|
@ -10692,7 +10692,8 @@
|
|||
<!-- void wxStaticText::SetWindowStyle(long style) -->
|
||||
<!-- void wxStaticLine::SetWindowStyle(long style) -->
|
||||
<!-- virtual void wxWindow::SetWindowStyleFlag(long style) -->
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle,wxStaticText::SetWindowStyle,wxStaticLine::SetWindowStyle">
|
||||
<!-- virtual void wxTextCtrl::SetWindowStyleFlag(long style) -->
|
||||
<function name="wxWindow::SetWindowStyle,wxWindow::SetWindowStyleFlag,wxTextCtrl::SetWindowStyle,wxStaticText::SetWindowStyle,wxStaticLine::SetWindowStyle,wxTextCtrl::SetWindowStyleFlag">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -10714,6 +10715,21 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxRegEx::GetMatch(size_t * start, size_t * len, size_t index = 0) const -->
|
||||
<!-- wxString wxRegEx::GetMatch(const wxString & text, size_t index = 0) const -->
|
||||
<function name="wxRegEx::GetMatch">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxStyledTextCtrl::SetMarginSensitive( int margin, bool sensitive ) -->
|
||||
<!-- void wxStyledTextCtrl::SetMarginMask( int margin, int mask ) -->
|
||||
<function name="wxStyledTextCtrl::SetMarginSensitive,wxStyledTextCtrl::SetMarginMask">
|
||||
|
|
Loading…
Reference in New Issue