wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-23 16:56:35 +01:00
parent 68062e3702
commit afb0d2aab6
1 changed files with 30 additions and 2 deletions

View File

@ -4936,7 +4936,8 @@
<!-- virtual bool wxStaticText::Show (bool show=true) --> <!-- virtual bool wxStaticText::Show (bool show=true) -->
<!-- virtual bool wxButton::Show (bool show=true) --> <!-- virtual bool wxButton::Show (bool show=true) -->
<!-- virtual bool wxStaticBitmap::Show (bool show=true) --> <!-- virtual bool wxStaticBitmap::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show"> <!-- virtual bool wxTextCtrl::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="bool"/> <returnValue type="bool"/>
@ -4953,6 +4954,13 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void wxStyledTextCtrl::AddText(const wxString & text)-->
<function name="wxStyledTextCtrl::AddText">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- static wxIcon wxArtProvider::GetIcon(const wxArtID & id,const wxArtClient & client = wxART_OTHER, const wxSize & size = wxDefaultSize ) --> <!-- static wxIcon wxArtProvider::GetIcon(const wxArtID & id,const wxArtClient & client = wxART_OTHER, const wxSize & size = wxDefaultSize ) -->
<function name="wxArtProvider::GetIcon"> <function name="wxArtProvider::GetIcon">
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -7039,13 +7047,16 @@
<!-- void wxDC::SetPen(const wxPen & pen) --> <!-- void wxDC::SetPen(const wxPen & pen) -->
<!-- void wxDC::SetBrush(const wxBrush & pen) --> <!-- void wxDC::SetBrush(const wxBrush & pen) -->
<!-- void wxDC::SetFont(const wxFont & font) --> <!-- void wxDC::SetFont(const wxFont & font) -->
<!-- void wxPaintDC::SetPen(const wxPen & pen) -->
<!-- void wxPaintDC::SetBrush(const wxBrush & pen) -->
<!-- void wxPaintDC::SetFont(const wxFont & font) -->
<!-- void wxMemoryDC::SetPen(const wxPen & pen) --> <!-- void wxMemoryDC::SetPen(const wxPen & pen) -->
<!-- void wxMemoryDC::SetBrush(const wxBrush & pen) --> <!-- void wxMemoryDC::SetBrush(const wxBrush & pen) -->
<!-- void wxMemoryDC::SetFont(const wxFont & font) --> <!-- void wxMemoryDC::SetFont(const wxFont & font) -->
<!-- void wxBufferedDC::SetPen(const wxPen & pen) --> <!-- void wxBufferedDC::SetPen(const wxPen & pen) -->
<!-- void wxBufferedDC::SetBrush(const wxBrush & pen) --> <!-- void wxBufferedDC::SetBrush(const wxBrush & pen) -->
<!-- void wxBufferedDC::SetFont(const wxFont & font) --> <!-- void wxBufferedDC::SetFont(const wxFont & font) -->
<function name="wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont"> <function name="wxPaintDC::SetPen,wxPaintDC::SetBrush,wxPaintDC::SetFont,wxGraphicsContext::SetPen,wxDC::SetPen,wxDC::SetBrush,wxDC::SetFont,wxMemoryDC::SetPen,wxMemoryDC::SetBrush,wxMemoryDC::SetFont,wxBufferedDC::SetPen,wxBufferedDC::SetBrush,wxBufferedDC::SetFont">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1"/> <arg nr="1"/>
@ -7844,6 +7855,23 @@
<returnValue type="void"/> <returnValue type="void"/>
<arg nr="1"/> <arg nr="1"/>
</function> </function>
<!--wxSize wxWindow::GetSize(void) const -->
<!--wxSize wxControl::GetSize(void) const -->
<function name="wxWindow::GetSize,wxControl::GetSize">
<leak-ignore/>
<const/>
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="wxSize"/>
</function>
<!--wxSizer* wxWindow::GetSizer(void) const -->
<function name="wxWindow::GetSizer">
<leak-ignore/>
<const/>
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="wxSizer*"/>
</function>
<!--void wxRect::SetPosition(const wxPoint & pos) --> <!--void wxRect::SetPosition(const wxPoint & pos) -->
<function name="wxRect::SetPosition"> <function name="wxRect::SetPosition">
<leak-ignore/> <leak-ignore/>