wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
948ee4668d
commit
46e8c63897
|
@ -6218,11 +6218,31 @@
|
|||
<!-- void wxButton::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxBitmapButton::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxTextCtrl::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip">
|
||||
<!-- void wxRadioBox::SetToolTip(const wxString & tipString) -->
|
||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip,wxTextCtrl::SetToolTip,wxRadioBox::SetToolTip">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxRegEx::Matches( const wxChar * text, int flags = 0 ) -->
|
||||
<!-- bool wxRegEx::Matches( const wxChar * text, int flags, size_t len ) -->
|
||||
<function name="wxRegEx::Matches">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="inout">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxBitmapButton::SetBitmapLabel( const wxBitmap & bitmap ) -->
|
||||
<function name="wxBitmapButton::SetBitmapLabel">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue