Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for 'wxTextCtrl::Clear'
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 19, 2024
1 parent cfce4a8 commit e59176e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16356,4 +16356,11 @@ wxItemKind kind = wxITEM_NORMAL) -->
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- void wxTextEntry::Clear( void ) -->
<!-- void wxTextCtrl::Clear( void ) -->
<function name="wxTextCtrl::Clear,wxTextEntry::Clear">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
</def>

0 comments on commit e59176e

Please sign in to comment.