Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for more interfaces (#6098)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 7, 2024
1 parent aee1e21 commit ae0dce5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11554,6 +11554,14 @@
<use-retval/>
<const/>
</function>
<!-- wxArrayString wxPGPropertyFlags::wxPGChoices::GetLabels( void ) const -->
<function name="wxPGPropertyFlags::wxPGChoices::GetLabels">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxArrayString"/>
<use-retval/>
<const/>
</function>
<!-- bool wxPGChoices::IsOk( void ) const -->
<function name="wxPGChoices::IsOk">
<noreturn>false</noreturn>
Expand Down Expand Up @@ -14273,13 +14281,22 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- wxPropertyGrid * wxPGProperty::GetGrid( void ) const -->
<function name="wxPGProperty::GetGrid">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPropertyGrid *"/>
<use-retval/>
<const/>
</function>
<!-- void wxFocusEvent::Skip(bool skip = true) -->
<!-- void wxSpinEvent::Skip(bool skip = true) -->
<!-- void wxEvent::Skip(bool skip = true) -->
<!-- void wxCommandEvent::Skip(bool skip = true) -->
<!-- void wxKeyEvent::Skip(bool skip = true) -->
<!-- void wxGridEvent::Skip(bool skip = true) -->
<!-- void wxMouseEvent::Skip(bool skip = true) -->
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip,wxFocusEvent::Skip">
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip,wxGridEvent::Skip,wxMouseEvent::Skip,wxFocusEvent::Skip,wxSpinEvent::Skip">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
Expand Down

0 comments on commit ae0dce5

Please sign in to comment.