wxwidgets.cfg: Added support for some wxButton-functions.

This commit is contained in:
orbitcowboy 2017-08-08 17:00:29 +02:00
parent 5f1eecc02b
commit cf32e565c2
1 changed files with 42 additions and 0 deletions

View File

@ -483,6 +483,48 @@
<returnValue type="int"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- bool GetAuthNeeded () const -->
<function name="wxButton::GetAuthNeeded">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- wxString GetLabel () const -->
<function name="wxButton::GetLabel">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- void SetAuthNeeded (bool needed=true) -->
<function name="wxButton::SetAuthNeeded">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" default="true">
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- virtual wxWindow * SetDefault () -->
<function name="wxButton::SetDefault">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxWindow *"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
<!-- void SetLabel (const wxString &label) -->
<function name="wxButton::SetLabel">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/>
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>