OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
listwind.h
Go to the documentation of this file.
1//
2/// \file
3/// Definition of TListWindow class
4//
5// Part of OWLNext - the next generation Object Windows Library
6// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
7// Copyright � 2011 Vidar Hasfjord
8//
9// For more information, including license details, see
10// http://owlnext.sourceforge.net
11//
12
13#if !defined(OWL_LISTWIND_H)
14#define OWL_LISTWIND_H
15
16#if defined(BI_HAS_PRAGMA_ONCE)
17# pragma once
18#endif
19
20#pragma message ("included obsolete file: <owl/listwind.h> ")
21#pragma message ("<owl/listviewctrl.h> should be used instead")
22
23#include <owl/listviewctrl.h>
24
25namespace owl {
26
27typedef TLvFindInfo TLwFindInfo; // Old alternative name - deprecated.
28
29typedef TLvHitTestInfo TLwHitTestInfo; // Old alternative name - deprecated.
30
31typedef TLvItem TListWindItem; // Old alternative name - deprecated.
32
33typedef TLvColumn TListWindColumn; // Old alternative name - deprecated.
34
35typedef TListViewCtrl TListWindow; // Old alternative name - deprecated.
36
37typedef TListViewCtrl::TCompareFunc TLwComparator; // Old alternative name - deprecated.
38
39} // OWL namespace
40
41#endif
42
43
44
Pure virtual base class for comparing sort items.
Encapsulates the ListView control, a window that displays a collection of items, each item consisting...
Encapsulates structure LVCOLUMN, used to pass or retrieve column attributes in a TListViewCtrl.
Encapsulates structure LVFINDINFO, used to find an item in a TListViewCtrl.
Encapsulates structure LVHITTESTINFO, used to contain information about a hit test in a TListViewCtrl...
Encapsulates structure LVITEM, used to describe an item in a TListViewCtrl.
Definition of TListViewCtrl class.
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
TLvFindInfo TLwFindInfo
Definition listwind.h:27
TLvHitTestInfo TLwHitTestInfo
Definition listwind.h:29
TLvItem TListWindItem
Definition listwind.h:31
TLvColumn TListWindColumn
Definition listwind.h:33
TListViewCtrl TListWindow
Definition listwind.h:35
TListViewCtrl::TCompareFunc TLwComparator
Definition listwind.h:37