wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
68062e3702
commit
afb0d2aab6
|
@ -4936,7 +4936,8 @@
|
|||
<!-- virtual bool wxStaticText::Show (bool show=true) -->
|
||||
<!-- virtual bool wxButton::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>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -4953,6 +4954,13 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</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 ) -->
|
||||
<function name="wxArtProvider::GetIcon">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7039,13 +7047,16 @@
|
|||
<!-- void wxDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- 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::SetBrush(const wxBrush & pen) -->
|
||||
<!-- void wxMemoryDC::SetFont(const wxFont & font) -->
|
||||
<!-- void wxBufferedDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxBufferedDC::SetBrush(const wxBrush & pen) -->
|
||||
<!-- 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>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
|
@ -7844,6 +7855,23 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</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) -->
|
||||
<function name="wxRect::SetPosition">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue