wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
747a01f74d
commit
01c12ce1d9
|
@ -5610,6 +5610,24 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static void wxLog::SetVerbose(bool verbose=true) -->
|
||||
<function name="wxLog::SetVerbose">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static wxString wxLocale::GetLanguageName(int lang) -->
|
||||
<function name="wxLocale::GetLanguageName">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxString"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||
<!-- virtual int FindString (const wxString &string, bool bCase=false) const -->
|
||||
<function name="wxRadioBox::FindString">
|
||||
|
@ -8256,7 +8274,10 @@
|
|||
<!-- void wxDC::SetClippingRegion (wxCoord x, wxCoord y, wxCoord width, wxCoord height)-->
|
||||
<!-- void wxDC::SetClippingRegion (const wxPoint &pt, const wxSize &sz) -->
|
||||
<!-- void wxDC::SetClippingRegion (const wxRect &rect) -->
|
||||
<function name="wxDC::SetClippingRegion">
|
||||
<!-- void wxMemoryDC::SetClippingRegion (wxCoord x, wxCoord y, wxCoord width, wxCoord height)-->
|
||||
<!-- void wxMemoryDC::SetClippingRegion (const wxPoint &pt, const wxSize &sz) -->
|
||||
<!-- void wxMemoryDC::SetClippingRegion (const wxRect &rect) -->
|
||||
<function name="wxDC::SetClippingRegion,wxMemoryDC::SetClippingRegion">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
@ -9081,8 +9102,9 @@
|
|||
<!-- 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) -->
|
||||
<!-- void wxMemoryDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
|
||||
<!-- void wxAutoBufferedPaintDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
|
||||
<function name="wxDC::DrawBitmap,wxPaintDC::DrawBitmap,wxClientDC::DrawBitmap,wxAutoBufferedPaintDC::DrawBitmap">
|
||||
<function name="wxDC::DrawBitmap,wxPaintDC::DrawBitmap,wxClientDC::DrawBitmap,wxAutoBufferedPaintDC::DrawBitmap,wxMemoryDC::DrawBitmap">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
@ -9187,7 +9209,8 @@
|
|||
<!-- void wxDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<!-- void wxPaintDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<!-- void wxClientDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<function name="wxDC::DrawText,wxPaintDC::DrawText,wxClientDC::DrawText">
|
||||
<!-- void wxMemoryDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<function name="wxDC::DrawText,wxPaintDC::DrawText,wxClientDC::DrawText,wxMemoryDC::DrawText">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -9235,7 +9258,8 @@
|
|||
<!-- wxSize wxDC::GetTextExtent( const wxString & string ) -->
|
||||
<!-- wxSize wxPaintDC::GetTextExtent( const wxString & string ) -->
|
||||
<!-- wxSize wxClientDC::GetTextExtent( const wxString & string ) -->
|
||||
<function name="wxDC::GetTextExtent,wxPaintDC::GetTextExtent,wxClientDC::GetTextExtent">
|
||||
<!-- wxSize wxMemoryDC::GetTextExtent( const wxString & string ) -->
|
||||
<function name="wxDC::GetTextExtent,wxPaintDC::GetTextExtent,wxClientDC::GetTextExtent,wxMemoryDC::GetTextExtent">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxSize"/>
|
||||
|
@ -9430,7 +9454,8 @@
|
|||
<!-- void wxPaintDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
|
||||
<!-- void wxDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
|
||||
<!-- void wxAutoBufferedPaintDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
|
||||
<function name="wxAutoBufferedPaintDC::DrawCircle,wxDC::DrawCircle,wxPaintDC::DrawCircle">
|
||||
<!-- void wxMemoryDC::DrawCircle( wxCoord x, wxCoord y, wxCoord radius ) -->
|
||||
<function name="wxAutoBufferedPaintDC::DrawCircle,wxDC::DrawCircle,wxPaintDC::DrawCircle,wxMemoryDC::DrawCircle">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -9447,7 +9472,8 @@
|
|||
<!-- 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) -->
|
||||
<!-- void wxAutoBufferedPaintDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
|
||||
<function name="wxAutoBufferedPaintDC::DrawArc,wxDC::DrawArc,wxPaintDC::DrawArc">
|
||||
<!-- void wxMemoryDC::DrawArc(wxCoord xStart, wxCoord yStart, wxCoord xEnd, wxCoord yEnd, wxCoord xc, wxCoord yc) -->
|
||||
<function name="wxAutoBufferedPaintDC::DrawArc,wxDC::DrawArc,wxPaintDC::DrawArc,wxMemoryDC::DrawArc">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue