wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8207e48adc
commit
6459de0aad
|
@ -4894,7 +4894,8 @@
|
|||
<!-- virtual bool wxWindow::Show (bool show=true) -->
|
||||
<!-- virtual bool wxStaticText::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>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -6040,7 +6041,8 @@
|
|||
</function>
|
||||
<!-- void wxWindow::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>
|
||||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
|
@ -7559,6 +7561,42 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</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<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>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 ) -->
|
||||
<function name="wxGenericProgressDialog::Update">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue