OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
treewind.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
4//
5/// \file
6/// Declares aliases TTreeWindow and TTreeItem for backwards compatibility
7//----------------------------------------------------------------------------
8
9#if !defined(OWL_TREEWIND_H)
10#define OWL_TREEWIND_H
11
12#include <owl/private/defs.h>
13#if defined(BI_HAS_PRAGMA_ONCE)
14# pragma once
15#endif
16
17#include <owl/treeviewctrl.h>
18
19#pragma message ("included obsolete file: <owl/treewind.h> ")
20#pragma message ("<owl/treeviewctrl.h> should be used instead")
21
22
23namespace owl {
24
27
28} // OWL namespace
29
30
31
32#endif // OWL_TREEWIND_H
Encapsulates the TreeView common control.
Used to represent the data to be stored in the TTreeViewCtrl.
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
TTreeViewCtrl TTreeWindow
Definition treewind.h:25
TTvItem TTreeItem
Definition treewind.h:26
Declares TTreeViewCtrl, TTreeNode, and TTvItem.