OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
listview.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
4//
5/// \file
6/// Definition of class TListView
7//----------------------------------------------------------------------------
8
9#if !defined(OWL_LISTVIEW_H)
10#define OWL_LISTVIEW_H
11
12#include <owl/private/defs.h>
13#if defined(BI_HAS_PRAGMA_ONCE)
14# pragma once
15#endif
16
17#include <owl/listboxview.h>
18
19#pragma message ("included obsolete file: <owl/listview.h> ")
20#pragma message ("<owl/listboxview.h> should be used instead")
21
22namespace owl {
23
24// Alias for backwards compatibility
26
27} // OWL namespace
28
29
30#endif // OWL_LISTVIEW_H
Provides views for list boxes.
Definition listboxview.h:31
Definition of class TListBoxView.
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
TListBoxView TListView
Definition listview.h:25