Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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