Skip to content

Commit f1d8dd5

Browse files
authored
wxwidgets.cfg: Added support for more interfaces (#6105)
1 parent 58960d9 commit f1d8dd5

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7365,6 +7365,26 @@
73657365
<returnValue type="wxString"/>
73667366
<warn severity="style">Use 'wxStyledTextEvent::GetString()' instead.</warn>
73677367
</function>
7368+
<!-- wxString wxToolbookEvent::GetString() const-->
7369+
<!-- wxString wxStyledTextEvent::GetString() const-->
7370+
<function name="wxStyledTextEvent::GetString,wxToolbookEvent::GetString">
7371+
<noreturn>false</noreturn>
7372+
<use-retval/>
7373+
<const/>
7374+
<leak-ignore/>
7375+
<returnValue type="wxString"/>
7376+
</function>
7377+
<!-- int wxToolbookEvent::GetOldSelection( void ) const -->
7378+
<!-- int wxToolbookEvent::GetSelection( void ) const -->
7379+
<!-- int wxBookCtrlEvent::GetOldSelection( void ) const -->
7380+
<!-- int wxBookCtrlEvent::GetSelection( void ) const -->
7381+
<function name="wxBookCtrlEvent::GetOldSelection,wxBookCtrlEvent::GetSelection,wxToolbookEvent::GetOldSelection,wxToolbookEvent::GetSelection">
7382+
<noreturn>false</noreturn>
7383+
<leak-ignore/>
7384+
<returnValue type="int"/>
7385+
<use-retval/>
7386+
<const/>
7387+
</function>
73687388
<!-- void wxStyledTextEvent::SetText(const wxString & t) -->
73697389
<!-- void wxStyledTextEvent::SetDragText(const wxString & val) -->
73707390
<function name="wxStyledTextEvent::SetText,wxStyledTextEvent::SetDragText">
@@ -14289,6 +14309,24 @@ wxItemKind kind = wxITEM_NORMAL) -->
1428914309
<use-retval/>
1429014310
<const/>
1429114311
</function>
14312+
<!-- int wxWithImages::GetImageCount( void ) const -->
14313+
<!-- int wxBookCtrlBase::GetImageCount( void ) const -->
14314+
<function name="wxWithImages::GetImageCount,wxBookCtrlBase::GetImageCount">
14315+
<noreturn>false</noreturn>
14316+
<leak-ignore/>
14317+
<returnValue type="int"/>
14318+
<use-retval/>
14319+
<const/>
14320+
</function>
14321+
<!-- wxImageList * wxWithImages::GetImageList( void ) const -->
14322+
<!-- wxImageList * wxBookCtrlBase::GetImageList( void ) const -->
14323+
<function name="wxWithImages::GetImageList,wxBookCtrlBase::GetImageList">
14324+
<noreturn>false</noreturn>
14325+
<leak-ignore/>
14326+
<returnValue type="wxImageList *"/>
14327+
<use-retval/>
14328+
<const/>
14329+
</function>
1429214330
<!-- void wxFocusEvent::Skip(bool skip = true) -->
1429314331
<!-- void wxSpinEvent::Skip(bool skip = true) -->
1429414332
<!-- void wxEvent::Skip(bool skip = true) -->
@@ -16812,9 +16850,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
1681216850
<use-retval/>
1681316851
<const/>
1681416852
</function>
16853+
<!-- int wxToolbookEvent::GetId( void ) const -->
1681516854
<!-- int wxEvent::GetId( void ) const -->
1681616855
<!-- int wxCommandEvent::GetId( void ) const -->
16817-
<function name="wxEvent::GetId,wxCommandEvent::GetId">
16856+
<function name="wxEvent::GetId,wxCommandEvent::GetId,wxToolbookEvent::GetId">
1681816857
<noreturn>false</noreturn>
1681916858
<leak-ignore/>
1682016859
<returnValue type="int"/>

0 commit comments

Comments
 (0)