Skip to content

Commit 22ba65a

Browse files
authored
wxwidgets.cfg: Added more wxRect members (#6029)
1 parent 5e19a0d commit 22ba65a

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9973,14 +9973,6 @@
99739973
<not-bool/>
99749974
</arg>
99759975
</function>
9976-
<!-- wxPoint wxRect::GetPosition() const -->
9977-
<function name="wxStaticText::GetPosition">
9978-
<noreturn>false</noreturn>
9979-
<returnValue type="wxPoint"/>
9980-
<leak-ignore/>
9981-
<const/>
9982-
<use-retval/>
9983-
</function>
99849976
<!-- bool wxVariant::IsNull() const -->
99859977
<function name="wxVariant::IsNull">
99869978
<noreturn>false</noreturn>
@@ -16444,7 +16436,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
1644416436
<!-- int wxRect::GetY( void ) const -->
1644516437
<!-- int wxRect::GetLeft(void ) const -->
1644616438
<!-- int wxRect::GetRight( void ) const -->
16447-
<function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight">
16439+
<!-- int wxRect::GetTop( void ) const -->
16440+
<!-- int wxRect::GetBottom( void ) const -->
16441+
<function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight,wxRect::GetTop,wxRect::GetBottom">
1644816442
<noreturn>false</noreturn>
1644916443
<leak-ignore/>
1645016444
<returnValue type="int"/>
@@ -16500,11 +16494,23 @@ wxItemKind kind = wxITEM_NORMAL) -->
1650016494
<use-retval/>
1650116495
<pure/>
1650216496
</function>
16497+
<!-- wxSize wxRect::GetSize( void ) const -->
16498+
<function name="wxRect::GetSize">
16499+
<noreturn>false</noreturn>
16500+
<leak-ignore/>
16501+
<returnValue type="wxSize"/>
16502+
<use-retval/>
16503+
<const/>
16504+
</function>
1650316505
<!-- wxPoint wxRect::GetTopLeft( void ) const -->
1650416506
<!-- wxPoint wxRect::GetTopRight( void ) const -->
1650516507
<!-- wxPoint wxRect::GetBottomLeft( void ) const -->
1650616508
<!-- wxPoint wxRect::GetBottomRight( void ) const -->
16507-
<function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft">
16509+
<!-- wxPoint wxRect::GetRightTop( void ) const -->
16510+
<!-- wxPoint wxRect::GetLeftTop( void ) const -->
16511+
<!-- wxPoint wxRect::GetPosition( void ) const -->
16512+
<!-- wxPoint wxStaticText::GetPosition( void ) const -->
16513+
<function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft,wxRect::GetRightTop,wxRect::GetLeftTop,wxStaticText::GetPosition,wxRect::GetPosition">
1650816514
<noreturn>false</noreturn>
1650916515
<leak-ignore/>
1651016516
<returnValue type="wxPoint"/>

0 commit comments

Comments
 (0)