wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-22 10:17:29 +01:00
parent 6e9adc65d6
commit 208fdee1f3
1 changed files with 18 additions and 0 deletions

View File

@ -7203,6 +7203,24 @@
<not-bool/>
</arg>
</function>
<!-- bool wxMenuBar::IsChecked( int id ) const -->
<!-- bool wxMenuBar::IsEnabled( int id ) const -->
<function name="wxMenuBar::IsEnabled,wxMenuBar::IsChecked">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxMenuBar::IsAttached( void ) const -->
<function name="wxMenuBar::IsAttached">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- void wxMenuBar::Check(int id, bool check) -->
<function name="wxMenuBar::Check">
<noreturn>false</noreturn>