wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-12 08:46:09 +01:00
parent 8207e48adc
commit 6459de0aad
1 changed files with 40 additions and 2 deletions

View File

@ -4894,7 +4894,8 @@
<!-- virtual bool wxWindow::Show (bool show=true) --> <!-- virtual bool wxWindow::Show (bool show=true) -->
<!-- virtual bool wxStaticText::Show (bool show=true) --> <!-- virtual bool wxStaticText::Show (bool show=true) -->
<!-- virtual bool wxButton::Show (bool show=true) --> <!-- virtual bool wxButton::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show"> <!-- virtual bool wxStaticBitmap::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="bool"/> <returnValue type="bool"/>
@ -6040,7 +6041,8 @@
</function> </function>
<!-- void wxWindow::SetToolTip(const wxString & tipString) --> <!-- void wxWindow::SetToolTip(const wxString & tipString) -->
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) --> <!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip"> <!-- void wxButton::SetToolTip(const wxString & tipString) -->
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip,wxButton::SetToolTip">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1"/> <arg nr="1"/>
@ -7559,6 +7561,42 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- bool wxPropertyGridInterface::ClearSelection(bool validation = false) -->
<!-- bool wxPropertyGridManager::ClearSelection(bool validation = false) -->
<function name="wxPropertyGridInterface::ClearSelection,wxPropertyGridManager::ClearSelection">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" default="false">
<not-uninit/>
</arg>
</function>
<!-- template <class T> const T wxMin(const T& a, const T& b); -->
<function name="wxMin">
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue>arg1&lt;arg2?arg1:arg2</returnValue>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- template <class T> const T& wxMax(const T& a, const T& b); -->
<function name="wxMax">
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue>arg1&gt;arg2?arg1:arg2</returnValue>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) --> <!-- virtual bool wxGenericProgressDialog::Update(int value, const wxString & newmsg = wxEmptyString, bool * skip = NULL ) -->
<function name="wxGenericProgressDialog::Update"> <function name="wxGenericProgressDialog::Update">
<leak-ignore/> <leak-ignore/>