wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-03 11:31:57 +02:00
parent 93e963bac5
commit 8b157a7b9c
1 changed files with 8 additions and 0 deletions

View File

@ -8055,6 +8055,14 @@
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxSize wxDC::GetSize( void ) -->
<!-- wxSize wxDC::GetSizeMM( void ) -->
<function name="wxDC::GetSizeMM,wxDC::GetSize">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxSize"/>
<use-retval/>
</function>
<!-- void wxGrid::SetColSize( int col, int width ) -->
<function name="wxGrid::SetColSize">
<leak-ignore/>