wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6a6e42f3eb
commit
0b903d12fc
|
@ -7492,7 +7492,9 @@
|
|||
bool useMask = false, wxCoord xsrcMask = wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord) -->
|
||||
<!-- bool wxBufferedPaintDC::Blit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC * source, wxCoord xsrc, wxCoord ysrc, wxRasterOperationMode logicalFunc = wxCOPY,
|
||||
bool useMask = false, wxCoord xsrcMask = wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord) -->
|
||||
<function name="wxDC::Blit,wxMemoryDC::Blit,wxBufferedDC::Blit,wxBufferedPaintDC::Blit">
|
||||
<!-- bool wxGCDC::Blit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC * source, wxCoord xsrc, wxCoord ysrc, wxRasterOperationMode logicalFunc = wxCOPY,
|
||||
bool useMask = false, wxCoord xsrcMask = wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord) -->
|
||||
<function name="wxDC::Blit,wxMemoryDC::Blit,wxBufferedDC::Blit,wxBufferedPaintDC::Blit,wxGCDC::Blit">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
|
@ -8343,8 +8345,11 @@
|
|||
</function>
|
||||
<!-- wxSize wxDC::GetSize( void ) -->
|
||||
<!-- wxSize wxDC::GetSizeMM( void ) -->
|
||||
<function name="wxDC::GetSizeMM,wxDC::GetSize">
|
||||
<!-- wxSize wxGCDC::GetSizeMM( void ) -->
|
||||
<!-- wxSize wxGCDC::GetSize( void ) -->
|
||||
<function name="wxDC::GetSizeMM,wxDC::GetSize,wxGCDC::GetSizeMM,wxGCDC::GetSize">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxSize"/>
|
||||
<use-retval/>
|
||||
|
@ -9661,6 +9666,15 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="inout"/>
|
||||
</function>
|
||||
<!-- virtual void wxPopupTransientWindow::Popup(wxWindow * focus = NULL) -->
|
||||
<function name="wxPopupTransientWindow::Popup">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" default="0" direction="inout">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxPoint wxMouseEvent::GetLogicalPosition(const wxDC & dc) const -->
|
||||
<function name="wxMouseEvent::GetLogicalPosition">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue