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) -->
|
<!-- virtual bool wxGraphicsContext::SetAntialiasMode(wxAntialiasMode antialias) -->
|
||||||
<function name="wxGraphicsContext::SetInterpolationQuality,wxGraphicsContext::SetAntialiasMode">
|
<function name="wxGraphicsContext::SetInterpolationQuality,wxGraphicsContext::SetAntialiasMode">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue