wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-20 11:28:18 +01:00
parent e98a7392fb
commit 7dff7e9388
1 changed files with 14 additions and 4 deletions

View File

@ -5690,7 +5690,7 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- virtual bool IsItemShown (unsigned int n) const -->
<!-- virtual bool wxRadioBox::IsItemShown (unsigned int n) const -->
<function name="wxRadioBox::IsItemShown">
<noreturn>false</noreturn>
<leak-ignore/>
@ -5702,7 +5702,7 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- void SetItemHelpText (unsigned int item, const wxString &helptext) -->
<!-- void wxRadioBox::SetItemHelpText (unsigned int item, const wxString &helptext) -->
<function name="wxRadioBox::SetItemHelpText">
<noreturn>false</noreturn>
<leak-ignore/>
@ -5714,7 +5714,7 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- void SetItemToolTip (unsigned int item, const wxString &text) -->
<!-- void wxRadioBox::SetItemToolTip (unsigned int item, const wxString &text) -->
<function name="wxRadioBox::SetItemToolTip">
<noreturn>false</noreturn>
<leak-ignore/>
@ -6701,6 +6701,15 @@
<not-uninit/>
</arg>
</function>
<!-- bool wxListCtrl::SetItem(wxListItem &info) -->
<!-- long wxListCtrl::SetItem(long index, int column, const wxString & label, int imageId = -1) -->
<!-- bool wxListView::SetItem(wxListItem &info) -->
<!-- long wxListView::SetItem(long index, int column, const wxString & label, int imageId = -1) -->
<function name="wxListCtrl::SetItem,wxListView::SetItem">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="any" direction="in"/>
</function>
<!-- void wxMenuBar::Check(int id, bool check) -->
<function name="wxMenuBar::Check">
<noreturn>false</noreturn>
@ -11479,7 +11488,8 @@
<arg nr="1" direction="in"/>
</function>
<!--virtual void wxWindow::SetName(const wxString & name)-->
<function name="wxWindow::SetName">
<!--virtual void wxMessageDialog::SetName(const wxString & name)-->
<function name="wxWindow::SetName,wxMessageDialog::SetName">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>