|
5554 | 5554 | <not-uninit/> |
5555 | 5555 | </arg> |
5556 | 5556 | </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> |
5557 | 5573 | <!-- virtual bool wxWindow::Show (bool show=true) --> |
5558 | 5574 | <!-- virtual bool wxStaticText::Show (bool show=true) --> |
5559 | 5575 | <!-- virtual bool wxButton::Show (bool show=true) --> |
|
5562 | 5578 | <!-- virtual bool wxPopupTransientWindow::Show (bool show=true) --> |
5563 | 5579 | <!-- virtual bool wxSpinCtrl::Show (bool show=true) --> |
5564 | 5580 | <!-- 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"> |
5566 | 5583 | <noreturn>false</noreturn> |
5567 | 5584 | <leak-ignore/> |
5568 | 5585 | <returnValue type="bool"/> |
|
0 commit comments