// Created: 01/21/03
// RCS-ID: $Id$
// Copyright: (c) David Webster
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
return lRc;
} // end of wxListCtrl::WindowProc
+wxListView::wxListView()
+{
+}
+
+wxListView::wxListView(wxWindow *parent,
+ wxWindowID winid,
+ const wxPoint& pos,
+ const wxSize& size,
+ long style,
+ const wxValidator& validator,
+ const wxString &name)
+{
+ Create(parent, winid, pos, size, style, validator, name);
+}
+
#endif // wxUSE_LISTCTRL