wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-28 10:38:32 +02:00
parent 197cade317
commit 6a6e42f3eb
1 changed files with 15 additions and 3 deletions

View File

@ -5075,7 +5075,8 @@
<!-- virtual bool wxStaticBitmap::Show (bool show=true) -->
<!-- virtual bool wxTextCtrl::Show (bool show=true) -->
<!-- virtual bool wxPopupTransientWindow::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show">
<!-- virtual bool wxSpinCtrl::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -7220,7 +7221,8 @@
</function>
<!-- wxSize wxWindow::GetTextExtent(const wxString & string) const-->
<!-- wxSize wxTextCtrl::GetTextExtent(const wxString & string) const-->
<function name="wxWindow::GetTextExtent,wxTextCtrl::GetTextExtent">
<!-- wxSize wxStaticText::GetTextExtent(const wxString & string) const-->
<function name="wxWindow::GetTextExtent,wxTextCtrl::GetTextExtent,wxStaticText::GetTextExtent">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
@ -7916,8 +7918,9 @@
<not-uninit/>
</arg>
</function>
<!-- void wxPaintDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
<!-- void wxDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
<function name="wxDC::DrawCircle">
<function name="wxDC::DrawCircle,wxPaintDC::DrawCircle">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -9658,4 +9661,13 @@
<leak-ignore/>
<arg nr="1" direction="inout"/>
</function>
<!-- wxPoint wxMouseEvent::GetLogicalPosition(const wxDC & dc) const -->
<function name="wxMouseEvent::GetLogicalPosition">
<noreturn>false</noreturn>
<returnValue type="wxPoint"/>
<leak-ignore/>
<use-retval/>
<const/>
<arg nr="1" direction="in"/>
</function>
</def>