summaryrefslogtreecommitdiff
path: root/tvision/examples/tcombo/scombown.cpp
blob: b409f2c9d4d5f43f282abdab872e9082c31fd8a4 (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
/*************************************************************************/
/*                                                                       */
/* SCOMBOWN.CPP                                                          */
/*                                                                       */
/* Copyright (c) 1992, Vincent J. Dentice                                */
/* All rights reserved                                                   */
/*                                                                       */
/* This file contains the stream registration object for the class       */
/* TComboWindow.                                                         */
/*                                                                       */
/*                                                                       */
/*   Date    Prg  Ver  Description                                       */
/* --------  ---  ---  ------------------------------------------------- */
/* 11/16/92  VJD  0.2  Added streamability to the TComboBox class.       */
/*                                                                       */
/*************************************************************************/


#define Uses_TComboWindow
#define Uses_TStreamableClass
#include "tcombobx.h"
__link( RWindow )


TStreamableClass RComboWindow( TComboWindow::name,
			       TComboWindow::build,
			       __DELTA(TComboWindow)
			     );