summaryrefslogtreecommitdiff
path: root/tvision/examples/tcombo/scombovw.cpp
blob: 660909dae19daea427d8050a9421ba22606340f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*************************************************************************/
/*                                                                       */
/* SCOMBOVW.CPP                                                          */
/*                                                                       */
/* Copyright (c) 1992, Vincent J. Dentice                                */
/* All rights reserved                                                   */
/*                                                                       */
/* This file contains the stream registration object for the class       */
/* TComboViewer.                                                         */
/*                                                                       */
/*                                                                       */
/*   Date    Prg  Ver  Description                                       */
/* --------  ---  ---  ------------------------------------------------- */
/* 11/16/92  VJD  0.2  Added streamability to the TComboBox classes.     */
/*                                                                       */
/*************************************************************************/


#define Uses_TComboViewer
#define Uses_TStreamableClass
#include "tcombobx.h"

__link( RListViewer )


TStreamableClass RComboViewer( TComboViewer::name,
			       TComboViewer::build,
			       __DELTA(TComboViewer)
			     );