Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 24, 2024
1 parent 8106bfa commit 97851dc
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16442,7 +16442,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
<!-- int wxRect::GetHeight( void ) const -->
<!-- int wxRect::GetX( void ) const -->
<!-- int wxRect::GetY( void ) const -->
<function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY">
<!-- int wxRect::GetLeft(void ) const -->
<!-- int wxRect::GetRight( void ) const -->
<function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
Expand Down Expand Up @@ -16499,31 +16501,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
<pure/>
</function>
<!-- wxPoint wxRect::GetTopLeft( void ) const -->
<function name="wxRect::GetTopLeft">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
<use-retval/>
<const/>
</function>
<!-- wxPoint wxRect::GetTopRight( void ) const -->
<function name="wxRect::GetTopRight">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
<use-retval/>
<const/>
</function>
<!-- wxPoint wxRect::GetBottomLeft( void ) const -->
<function name="wxRect::GetBottomLeft">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
<use-retval/>
<const/>
</function>
<!-- wxPoint wxRect::GetBottomRight( void ) const -->
<function name="wxRect::GetBottomRight">
<function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPoint"/>
Expand Down

0 comments on commit 97851dc

Please sign in to comment.