wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8bd5b3eccf
commit
a6fa13b25f
|
@ -6043,7 +6043,8 @@
|
||||||
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
|
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
|
||||||
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
|
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
|
||||||
<!-- void wxButton::SetToolTip(const wxString & tipString) -->
|
<!-- void wxButton::SetToolTip(const wxString & tipString) -->
|
||||||
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip">
|
<!-- void wxBitmapButton::SetToolTip(const wxString & tipString) -->
|
||||||
|
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip,wxBitmapButton::SetToolTip">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
|
@ -6337,6 +6338,17 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxString::StartsWith( const wxString & prefix, wxString * rest = NULL ) const -->
|
||||||
|
<!-- bool wxString::EndsWith( const wxString & suffix, wxString * rest = NULL ) const -->
|
||||||
|
<function name="wxString::StartsWith,wxString::EndsWith">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<const/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="2" default="NULL">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
|
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
|
||||||
<function name="wxPGProperty::AppendChild">
|
<function name="wxPGProperty::AppendChild">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -6467,6 +6479,24 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxBrush::SetStyle (wxBrushStyle style)-->
|
||||||
|
<function name="wxBrush::SetStyle">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxBitmap::LoadFile( const wxString & name, wxBitmapType type = wxBITMAP_DEFAULT_TYPE ) -->
|
||||||
|
<function name="wxBitmap::LoadFile">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="2" default="wxBITMAP_DEFAULT_TYPE">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- void wxRect::SetWidth(int width)-->
|
<!-- void wxRect::SetWidth(int width)-->
|
||||||
<function name="wxRect::SetWidth">
|
<function name="wxRect::SetWidth">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -6734,14 +6764,16 @@
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||||
<!-- void wxMemoryDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
<!-- void wxMemoryDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||||
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine">
|
<!-- void wxBufferedDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||||
|
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine,wxBufferedDC::DrawLine">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="2"/>
|
<arg nr="2"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
|
<!-- void wxDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
|
||||||
<!-- void wxMemoryDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
|
<!-- void wxMemoryDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
|
||||||
<function name="wxDC::DrawRectangle,wxMemoryDC::DrawRectangle">
|
<!-- void wxBufferedDC::DrawRectangle (const wxPoint & pt, const wxSize & sz) -->
|
||||||
|
<function name="wxDC::DrawRectangle,wxMemoryDC::DrawRectangle,wxBufferedDC::DrawRectangle">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="2"/>
|
<arg nr="2"/>
|
||||||
|
|
Loading…
Reference in New Issue