wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-31 10:37:36 +02:00
parent 79ab9cf84d
commit e0b1eee4af
1 changed files with 41 additions and 5 deletions

View File

@ -7291,7 +7291,8 @@
</arg>
</function>
<!-- void wxTextAttr::SetTextColour(const wxColour & colText) -->
<function name="wxTextAttr::SetTextColour">
<!-- void wxTextAttr::SetBackgroundColor(const wxColour & colBack) -->
<function name="wxTextAttr::SetTextColour,wxTextAttr::SetBackgroundColor">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
@ -7677,7 +7678,8 @@
<!-- void wxDC::DrawBitmap (const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
<!-- void wxPaintDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
<!-- void wxClientDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
<function name="wxDC::DrawBitmap,wxPaintDC::DrawBitmap,wxClientDC::DrawBitmap">
<!-- void wxAutoBufferedPaintDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
<function name="wxDC::DrawBitmap,wxPaintDC::DrawBitmap,wxClientDC::DrawBitmap,wxAutoBufferedPaintDC::DrawBitmap">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in"/>
@ -7812,7 +7814,9 @@
<arg nr="1" direction="in"/>
</function>
<!-- wxSize wxDC::GetTextExtent( const wxString & string ) -->
<function name="wxDC::GetTextExtent">
<!-- wxSize wxPaintDC::GetTextExtent( const wxString & string ) -->
<!-- wxSize wxClientDC::GetTextExtent( const wxString & string ) -->
<function name="wxDC::GetTextExtent,wxPaintDC::GetTextExtent,wxClientDC::GetTextExtent">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="wxSize"/>
@ -7982,8 +7986,18 @@
<not-uninit/>
</arg>
</function>
<!-- void wxDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
<!-- void wxPaintDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
<function name="wxDC::DrawArc,wxPaintDC::DrawArc">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="any" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxDC::DrawCheckMark(wxCoord x,wxCoord y, wxCoord width, wxCoord height) -->
<function name="wxDC::DrawCheckMark">
<function name="wxDC::DrawCheckMark,wxPaintDC::DrawCheckMark">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -8769,7 +8783,8 @@
<!-- void wxSpinCtrlDouble::Enable( bool enable = true ) -->
<!-- void wxToggleButton::Enable( bool enable = true ) -->
<!-- void wxStaticText::Enable( bool enable = true ) -->
<function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable">
<!-- void wxStaticBox::Enable( bool enable = true ) -->
<function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable,wxStaticBox::Enable">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -9784,6 +9799,27 @@
<not-uninit/>
</arg>
</function>
<!--virtual bool wxImage::SaveFile(wxOutputStream & stream, const wxString & mimetype) const -->
<!--virtual bool wxImage::SaveFile(wxOutputStream & stream, wxBitmapType type) const -->
<!--virtual bool wxImage::SaveFile(const wxString & name, wxBitmapType type) const -->
<!--virtual bool wxImage::SaveFile(const wxString & name, const wxString & mimetype) const -->
<!--virtual bool wxImage::SaveFile(const wxString & name) const -->
<function name="wxImage::SaveFile">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<const/>
<leak-ignore/>
<arg nr="1"/>
<arg nr="2" default="" direction="in"/>
</function>
<!--static void wxLog::SetTimestamp(const wxString & format) -->
<function name="wxLog::SetTimestamp">
<noreturn>false</noreturn>
<returnValue type="void"/>
<pure/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--virtual void wxTextEntry::ChangeValue(const wxString & value)-->
<!--virtual void wxTextCtrl::ChangeValue(const wxString & value)-->
<function name="wxTextEntry::ChangeValue,wxTextCtrl::ChangeValue">