Skip to content

Commit 5e19a0d

Browse files
authored
wxwidgets.cfg: add support for more interfaces (#6028)
1 parent 575ff8c commit 5e19a0d

1 file changed

Lines changed: 10 additions & 25 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16137,7 +16137,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
1613716137
<!-- virtual wxString wxTextEntry::GetValue ( ) const -->
1613816138
<!-- virtual wxString wxTextCtrl::GetStringSelection ( ) const -->
1613916139
<!-- virtual wxString wxTextCtrl::GetValue ( ) const -->
16140-
<function name="wxTextEntry::GetStringSelection,wxTextEntry::GetValue,wxTextCtrl::GetStringSelection,wxTextCtrl::GetValue">
16140+
<!-- virtual wxString wxComboBox::GetStringSelection ( ) const -->
16141+
<function name="wxTextEntry::GetStringSelection,wxTextEntry::GetValue,wxTextCtrl::GetStringSelection,wxTextCtrl::GetValue,wxComboBox::GetStringSelection">
1614116142
<noreturn>false</noreturn>
1614216143
<returnValue type="wxString"/>
1614316144
<use-retval/>
@@ -16439,7 +16440,11 @@ wxItemKind kind = wxITEM_NORMAL) -->
1643916440
</function>
1644016441
<!-- int wxRect::GetWidth( void ) const -->
1644116442
<!-- int wxRect::GetHeight( void ) const -->
16442-
<function name="wxRect::GetWidth,wxRect::GetHeight">
16443+
<!-- int wxRect::GetX( void ) const -->
16444+
<!-- int wxRect::GetY( void ) const -->
16445+
<!-- int wxRect::GetLeft(void ) const -->
16446+
<!-- int wxRect::GetRight( void ) const -->
16447+
<function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight">
1644316448
<noreturn>false</noreturn>
1644416449
<leak-ignore/>
1644516450
<returnValue type="int"/>
@@ -16455,8 +16460,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
1645516460
<use-retval/>
1645616461
<const/>
1645716462
</function>
16463+
<!-- bool wxFrame::Layout( void ) -->
1645816464
<!-- bool wxWindowBase::Layout( void ) -->
16459-
<function name="wxWindowBase::Layout">
16465+
<function name="wxWindowBase::Layout,wxFrame::Layout">
1646016466
<noreturn>false</noreturn>
1646116467
<leak-ignore/>
1646216468
<returnValue type="bool"/>
@@ -16495,31 +16501,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
1649516501
<pure/>
1649616502
</function>
1649716503
<!-- wxPoint wxRect::GetTopLeft( void ) const -->
16498-
<function name="wxRect::GetTopLeft">
16499-
<noreturn>false</noreturn>
16500-
<leak-ignore/>
16501-
<returnValue type="wxPoint"/>
16502-
<use-retval/>
16503-
<const/>
16504-
</function>
1650516504
<!-- wxPoint wxRect::GetTopRight( void ) const -->
16506-
<function name="wxRect::GetTopRight">
16507-
<noreturn>false</noreturn>
16508-
<leak-ignore/>
16509-
<returnValue type="wxPoint"/>
16510-
<use-retval/>
16511-
<const/>
16512-
</function>
1651316505
<!-- wxPoint wxRect::GetBottomLeft( void ) const -->
16514-
<function name="wxRect::GetBottomLeft">
16515-
<noreturn>false</noreturn>
16516-
<leak-ignore/>
16517-
<returnValue type="wxPoint"/>
16518-
<use-retval/>
16519-
<const/>
16520-
</function>
1652116506
<!-- wxPoint wxRect::GetBottomRight( void ) const -->
16522-
<function name="wxRect::GetBottomRight">
16507+
<function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft">
1652316508
<noreturn>false</noreturn>
1652416509
<leak-ignore/>
1652516510
<returnValue type="wxPoint"/>

0 commit comments

Comments
 (0)