wxWidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-16 11:35:55 +01:00
parent ed803622d2
commit 0fd1cd7170
1 changed files with 18 additions and 1 deletions

View File

@ -5554,6 +5554,22 @@
<not-uninit/>
</arg>
</function>
<!-- long wxListCtrl::InsertItem(wxListItem & info) -->
<!-- long wxListCtrl::InsertItem(long index, const wxString & label) -->
<!-- long wxListCtrl::InsertItem(long index, int imageIndex)-->
<!-- long wxListCtrl::InsertItem(long index, const wxString & label, int imageIndex)-->
<!-- long wxListView::InsertItem(wxListItem & info) -->
<!-- long wxListView::InsertItem(long index, const wxString & label) -->
<!-- long wxListView::InsertItem(long index, int imageIndex)-->
<!-- long wxListView::InsertItem(long index, const wxString & label, int imageIndex)-->
<function name="wxListCtrl::InsertItem,wxListView::InsertItem">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="long"/>
<arg nr="any" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxWindow::Show (bool show=true) -->
<!-- virtual bool wxStaticText::Show (bool show=true) -->
<!-- virtual bool wxButton::Show (bool show=true) -->
@ -5562,7 +5578,8 @@
<!-- virtual bool wxPopupTransientWindow::Show (bool show=true) -->
<!-- virtual bool wxSpinCtrl::Show (bool show=true) -->
<!-- virtual bool wxChoice::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show">
<!-- virtual bool wxBitmapButton::Show (bool show=true) -->
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>