wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
197cade317
commit
6a6e42f3eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue