Skip to content

Commit 220597b

Browse files
committed
wxwidgets.cfg: Added support for more interfaces, found by daca@home
1 parent 503a5dd commit 220597b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5691,7 +5691,8 @@
56915691
</arg>
56925692
</function>
56935693
<!-- virtual wxString wxListBox::GetString (unsigned int n) const-->
5694-
<function name="wxListBox::GetString">
5694+
<!-- virtual wxString wxChoice::GetString (unsigned int n) const-->
5695+
<function name="wxListBox::GetString,wxChoice::GetString">
56955696
<noreturn>false</noreturn>
56965697
<leak-ignore/>
56975698
<use-retval/>
@@ -13685,6 +13686,14 @@ wxItemKind kind = wxITEM_NORMAL) -->
1368513686
<not-uninit/>
1368613687
</arg>
1368713688
</function>
13689+
<!-- wxRect wxRect::Intersect(const wxRect & rect) -->
13690+
<function name="wxRect::wxRect">
13691+
<noreturn>false</noreturn>
13692+
<returnValue type="bool"/>
13693+
<use-retval/>
13694+
<leak-ignore/>
13695+
<arg nr="1" direction="in"/>
13696+
</function>
1368813697
<!-- bool wxRect::Intersects(const wxRect & rect) const -->
1368913698
<function name="wxRect::Intersects">
1369013699
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)