wxwidgets.cfg: Added support for wxButton::Enable().

This commit is contained in:
orbitcowboy 2019-01-16 10:56:47 +01:00
parent 050fd0a64c
commit 061ee3e886
1 changed files with 10 additions and 0 deletions

View File

@ -712,6 +712,16 @@
<returnValue type="wxString"/>
<use-retval/>
</function>
<!--virtual bool wxWindow::Enable(bool enable = true)-->
<!--virtual bool wxButton::Enable(bool enable = true)-->
<function name="wxWindow::Enable,wxButton::Enable">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" default="true">
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- void SetAuthNeeded (bool needed=true) -->
<function name="wxButton::SetAuthNeeded">