wxwidgets.cfg: Added support for wxButton::Enable().
This commit is contained in:
parent
050fd0a64c
commit
061ee3e886
|
@ -712,6 +712,16 @@
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
</function>
|
</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 -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
|
||||||
<!-- void SetAuthNeeded (bool needed=true) -->
|
<!-- void SetAuthNeeded (bool needed=true) -->
|
||||||
<function name="wxButton::SetAuthNeeded">
|
<function name="wxButton::SetAuthNeeded">
|
||||||
|
|
Loading…
Reference in New Issue