wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
eade2bb2c2
commit
6b2db79af9
|
@ -5917,8 +5917,9 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxUpdateUIEvent::Check( bool enable ) -->
|
||||
<!-- void wxUpdateUIEvent::Enable( bool enable ) -->
|
||||
<function name="wxUpdateUIEvent::Enable">
|
||||
<function name="wxUpdateUIEvent::Enable,wxUpdateUIEvent::Check">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
|
@ -5926,6 +5927,30 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxListCtrl::SetItemPtrData(long item, wxUIntPtr data) -->
|
||||
<function name="wxListCtrl::SetItemPtrData">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxMenuBar::Check(int id, bool check) -->
|
||||
<function name="wxMenuBar::Check">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||
<!-- void wxPanel::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||
<!-- void wxScrolledWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||
|
@ -7547,6 +7572,15 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxPGProperty* wxPropertyGridInterface::GetProperty(const wxString & name) const -->
|
||||
<function name="wxPropertyGridInterface::GetProperty">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxPGProperty*"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxGraphicsContext::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxDC::SetPen(const wxPen & pen) -->
|
||||
<!-- void wxDC::SetBrush(const wxBrush & pen) -->
|
||||
|
@ -7572,8 +7606,9 @@
|
|||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- @todo: void DrawBitmap (const wxBitmap &bitmap, wxCoord x, wxCoord y, bool useMask=false) -->
|
||||
<!-- void DrawBitmap (const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
|
||||
<function name="wxDC::DrawBitmap">
|
||||
<!-- void wxDC::DrawBitmap (const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
|
||||
<!-- void wxPaintDC::DrawBitmap(const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
|
||||
<function name="wxDC::DrawBitmap,wxPaintDC::DrawBitmap">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
@ -7651,7 +7686,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<function name="wxDC::DrawText">
|
||||
<!-- void wxPaintDC::DrawText( const wxString & text, wxCoord x, wxCoord y ) -->
|
||||
<function name="wxDC::DrawText,wxPaintDC::DrawText">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue