wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f63011c219
commit
ba97e3844f
|
@ -8303,6 +8303,20 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxMenuItem::IsCheck() const -->
|
||||
<!-- bool wxMenuItem::IsCheckable() const -->
|
||||
<!-- bool wxMenuItem::IsRadio() const -->
|
||||
<!-- bool wxMenuItem::IsSeparator() const -->
|
||||
<!-- bool wxMenuItem::IsSubMenu() const -->
|
||||
<!-- virtual bool wxMenuItem::IsChecked() const -->
|
||||
<!-- virtual bool wxMenuItem::IsEnabled() const -->
|
||||
<function name="wxMenuItem::IsCheck,wxMenuItem::IsCheckable,wxMenuItem::IsRadio,wxMenuItem::IsSeparator,wxMenuItem::IsSubMenu,wxMenuItem::IsChecked,wxMenuItem::IsEnabled">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<!-- bool wxTextCtrl::SetDefaultStyle( const wxTextAttr & style ) -->
|
||||
<function name="wxTextCtrl::SetDefaultStyle">
|
||||
<leak-ignore/>
|
||||
|
@ -9140,7 +9154,17 @@
|
|||
<!-- void wxToggleButton::Enable( bool enable = true ) -->
|
||||
<!-- void wxStaticText::Enable( bool enable = true ) -->
|
||||
<!-- void wxStaticBox::Enable( bool enable = true ) -->
|
||||
<function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable,wxStaticBox::Enable">
|
||||
<!-- void wxMenuItem::Enable( bool enable = true ) -->
|
||||
<function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable,wxStaticBox::Enable,wxMenuItem::Enable">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxMenuItem::Check( bool enable = true ) -->
|
||||
<function name="wxMenuItem::Check">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue