Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more interfaces (#6105)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 9, 2024
1 parent 58960d9 commit f1d8dd5
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7365,6 +7365,26 @@
<returnValue type="wxString"/>
<warn severity="style">Use 'wxStyledTextEvent::GetString()' instead.</warn>
</function>
<!-- wxString wxToolbookEvent::GetString() const-->
<!-- wxString wxStyledTextEvent::GetString() const-->
<function name="wxStyledTextEvent::GetString,wxToolbookEvent::GetString">
<noreturn>false</noreturn>
<use-retval/>
<const/>
<leak-ignore/>
<returnValue type="wxString"/>
</function>
<!-- int wxToolbookEvent::GetOldSelection( void ) const -->
<!-- int wxToolbookEvent::GetSelection( void ) const -->
<!-- int wxBookCtrlEvent::GetOldSelection( void ) const -->
<!-- int wxBookCtrlEvent::GetSelection( void ) const -->
<function name="wxBookCtrlEvent::GetOldSelection,wxBookCtrlEvent::GetSelection,wxToolbookEvent::GetOldSelection,wxToolbookEvent::GetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- void wxStyledTextEvent::SetText(const wxString & t) -->
<!-- void wxStyledTextEvent::SetDragText(const wxString & val) -->
<function name="wxStyledTextEvent::SetText,wxStyledTextEvent::SetDragText">
Expand Down Expand Up @@ -14289,6 +14309,24 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- int wxWithImages::GetImageCount( void ) const -->
<!-- int wxBookCtrlBase::GetImageCount( void ) const -->
<function name="wxWithImages::GetImageCount,wxBookCtrlBase::GetImageCount">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- wxImageList * wxWithImages::GetImageList( void ) const -->
<!-- wxImageList * wxBookCtrlBase::GetImageList( void ) const -->
<function name="wxWithImages::GetImageList,wxBookCtrlBase::GetImageList">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxImageList *"/>
<use-retval/>
<const/>
</function>
<!-- void wxFocusEvent::Skip(bool skip = true) -->
<!-- void wxSpinEvent::Skip(bool skip = true) -->
<!-- void wxEvent::Skip(bool skip = true) -->
Expand Down Expand Up @@ -16812,9 +16850,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- int wxToolbookEvent::GetId( void ) const -->
<!-- int wxEvent::GetId( void ) const -->
<!-- int wxCommandEvent::GetId( void ) const -->
<function name="wxEvent::GetId,wxCommandEvent::GetId">
<function name="wxEvent::GetId,wxCommandEvent::GetId,wxToolbookEvent::GetId">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
Expand Down

0 comments on commit f1d8dd5

Please sign in to comment.