Skip to content

Commit bff9b13

Browse files
authored
wxwidgets.cfg: Added support for wxGrid::GetId(). (danmar#7187)
1 parent 38dc3a9 commit bff9b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfg/wxwidgets.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16998,8 +16998,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
1699816998
</function>
1699916999
<!-- int wxToolbookEvent::GetId( void ) const -->
1700017000
<!-- int wxEvent::GetId( void ) const -->
17001+
<!-- int wxGrid::GetId( void ) const -->
1700117002
<!-- int wxCommandEvent::GetId( void ) const -->
17002-
<function name="wxEvent::GetId,wxCommandEvent::GetId,wxToolbookEvent::GetId">
17003+
<function name="wxEvent::GetId,wxCommandEvent::GetId,wxToolbookEvent::GetId,wxGrid::GetId">
1700317004
<noreturn>false</noreturn>
1700417005
<leak-ignore/>
1700517006
<returnValue type="int"/>

0 commit comments

Comments
 (0)