Skip to content

Commit 0fd1cd7

Browse files
committed
wxWidgets.cfg: Added support for more interfaces.
1 parent ed80362 commit 0fd1cd7

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5554,6 +5554,22 @@
55545554
<not-uninit/>
55555555
</arg>
55565556
</function>
5557+
<!-- long wxListCtrl::InsertItem(wxListItem & info) -->
5558+
<!-- long wxListCtrl::InsertItem(long index, const wxString & label) -->
5559+
<!-- long wxListCtrl::InsertItem(long index, int imageIndex)-->
5560+
<!-- long wxListCtrl::InsertItem(long index, const wxString & label, int imageIndex)-->
5561+
<!-- long wxListView::InsertItem(wxListItem & info) -->
5562+
<!-- long wxListView::InsertItem(long index, const wxString & label) -->
5563+
<!-- long wxListView::InsertItem(long index, int imageIndex)-->
5564+
<!-- long wxListView::InsertItem(long index, const wxString & label, int imageIndex)-->
5565+
<function name="wxListCtrl::InsertItem,wxListView::InsertItem">
5566+
<noreturn>false</noreturn>
5567+
<leak-ignore/>
5568+
<returnValue type="long"/>
5569+
<arg nr="any" direction="in">
5570+
<not-uninit/>
5571+
</arg>
5572+
</function>
55575573
<!-- virtual bool wxWindow::Show (bool show=true) -->
55585574
<!-- virtual bool wxStaticText::Show (bool show=true) -->
55595575
<!-- virtual bool wxButton::Show (bool show=true) -->
@@ -5562,7 +5578,8 @@
55625578
<!-- virtual bool wxPopupTransientWindow::Show (bool show=true) -->
55635579
<!-- virtual bool wxSpinCtrl::Show (bool show=true) -->
55645580
<!-- virtual bool wxChoice::Show (bool show=true) -->
5565-
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show">
5581+
<!-- virtual bool wxBitmapButton::Show (bool show=true) -->
5582+
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show">
55665583
<noreturn>false</noreturn>
55675584
<leak-ignore/>
55685585
<returnValue type="bool"/>

0 commit comments

Comments
 (0)