wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
6e9adc65d6
commit
208fdee1f3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue