wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
132b679693
commit
682069d512
|
@ -9053,9 +9053,25 @@
|
|||
<!-- virtual bool wxGraphicsContext::SetAntialiasMode(wxAntialiasMode antialias) -->
|
||||
<function name="wxGraphicsContext::SetInterpolationQuality,wxGraphicsContext::SetAntialiasMode">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGCDC::SetGraphicsContext( wxGraphicsContext * ctx ) -->
|
||||
<function name="wxGCDC::SetGraphicsContext">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxGraphicsContext * wxDC::GetGraphicsContext( void ) -->
|
||||
<function name="wxGCDC::GetGraphicsContext">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxGraphicsContext *"/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue