wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
93e963bac5
commit
8b157a7b9c
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue