Skip to content

Commit f6b8485

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 97aba88 commit f6b8485

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

cfg/wxwidgets.cfg

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16132,6 +16132,21 @@ wxItemKind kind = wxITEM_NORMAL) -->
1613216132
<leak-ignore/>
1613316133
<const/>
1613416134
</function>
16135+
<!-- unsigned int wxDataViewListCtrl::GetItemCount( )const -->
16136+
<function name="wxDataViewListCtrl::GetItemCount">
16137+
<noreturn>false</noreturn>
16138+
<returnValue type="unsigned int"/>
16139+
<use-retval/>
16140+
<leak-ignore/>
16141+
<const/>
16142+
</function>
16143+
<!-- static wxStandardPaths& wxStandardPaths::Get() -->
16144+
<function name="wxStandardPaths::Get">
16145+
<noreturn>false</noreturn>
16146+
<returnValue type="wxStandardPaths &amp;"/>
16147+
<use-retval/>
16148+
<leak-ignore/>
16149+
</function>
1613516150
<!-- wxFont wxGrid::GetLabelFont() const -->
1613616151
<function name="wxGrid::GetLabelFont">
1613716152
<noreturn>false</noreturn>
@@ -16150,7 +16165,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
1615016165
<const/>
1615116166
</function>
1615216167
<!-- wxPoint wxGridEvent::GetPosition( void ) const -->
16153-
<function name="wxGridEvent::GetPosition">
16168+
<!-- wxPoint wxMouseEvent::GetPosition( void ) const -->
16169+
<!-- wxPoint wxMouseState::GetPosition( void ) const -->
16170+
<function name="wxGridEvent::GetPosition,wxMouseEvent::GetPosition,wxMouseState::GetPosition">
1615416171
<noreturn>false</noreturn>
1615516172
<leak-ignore/>
1615616173
<returnValue type="wxPoint"/>

0 commit comments

Comments
 (0)