Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for wxBitmap members (#6074)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 1, 2024
1 parent e2f8c3f commit e0c84f9
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11500,6 +11500,43 @@
<use-retval/>
<arg nr="1" direction="in"/>
</function>
<!-- wxSize wxBitmap::GetSize( void ) const -->
<!-- wxSize wxBitmap::GetLogicalSize( void ) const -->
<function name="wxBitmap::GetSize,wxBitmap::GetLogicalSize">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxSize"/>
<use-retval/>
<const/>
</function>
<!-- int wxBitmap::GetWidth( void ) const -->
<!-- int wxBitmap::GetHeight( void ) const -->
<function name="wxBitmap::GetWidth,wxBitmap::GetHeight">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- double wxBitmap::GetLogicalHeight( void ) const -->
<!-- double wxBitmap::GetLogicalWidth( void ) const -->
<!-- double wxBitmap::GetScaleFactor( void ) const -->
<function name="wxBitmap::GetLogicalHeight,wxBitmap::GetLogicalWidth,wxBitmap::GetScaleFactor">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="double"/>
<use-retval/>
<const/>
</function>
<!-- bool wxBitmap::HasAlpha( void ) const -->
<!-- bool wxBitmap::IsOk( void ) const -->
<function name="wxBitmap::HasAlpha,wxBitmap::IsOk">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!-- void wxGridCellAttr::GetAlignment( int * hAlign, int * vAlign ) -->
<function name="wxGridCellAttr::GetAlignment">
<leak-ignore/>
Expand Down

0 comments on commit e0c84f9

Please sign in to comment.