wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 15:11:50 +02:00
parent c91b4e74e3
commit 2e11fbbfd6
1 changed files with 13 additions and 5 deletions

View File

@ -8775,11 +8775,19 @@
<returnValue type="void"/> <returnValue type="void"/>
<arg nr="1" direction="in"/> <arg nr="1" direction="in"/>
</function> </function>
<!-- wxSize wxDC::GetSize( void ) --> <!-- wxSize wxDC::GetSize( void ) const -->
<!-- wxSize wxDC::GetSizeMM( void ) --> <!-- wxSize wxDC::GetSizeMM( void ) const -->
<!-- wxSize wxGCDC::GetSizeMM( void ) --> <!-- wxSize wxGCDC::GetSizeMM( void ) const -->
<!-- wxSize wxGCDC::GetSize( void ) --> <!-- wxSize wxGCDC::GetSize( void ) const -->
<function name="wxDC::GetSizeMM,wxDC::GetSize,wxGCDC::GetSizeMM,wxGCDC::GetSize"> <!-- wxSize wxClientDC::GetSize( void ) const-->
<!-- wxSize wxClientDC::GetSizeMM( void ) const-->
<!-- wxSize wxPaintDC::GetSize( void ) const -->
<!-- wxSize wxPaintDC::GetSizeMM( void ) const -->
<!-- wxSize wxBufferedPaintDC::GetSize( void ) const -->
<!-- wxSize wxBufferedPaintDC::GetSizeMM( void ) const -->
<!-- wxSize wxAutoBufferedPaintDC::GetSize( void ) const -->
<!-- wxSize wxAutoBufferedPaintDC::GetSizeMM( void ) const -->
<function name="wxDC::GetSizeMM,wxDC::GetSize,wxGCDC::GetSizeMM,wxGCDC::GetSize,wxClientDC::GetSize,wxClientDC::GetSizeMM,wxPaintDC::GetSize,wxPaintDC::GetSizeMM,wxBufferedPaintDC::GetSize,wxBufferedPaintDC::GetSizeMM,wxAutoBufferedPaintDC::GetSize,wxAutoBufferedPaintDC::GetSizeMM">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<const/> <const/>
<leak-ignore/> <leak-ignore/>