summaryrefslogtreecommitdiff
path: root/tvision/examples/tcombo/scombobx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tvision/examples/tcombo/scombobx.cpp')
-rw-r--r--tvision/examples/tcombo/scombobx.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/tvision/examples/tcombo/scombobx.cpp b/tvision/examples/tcombo/scombobx.cpp
new file mode 100644
index 0000000..ec2f5ad
--- /dev/null
+++ b/tvision/examples/tcombo/scombobx.cpp
@@ -0,0 +1,28 @@
+/*************************************************************************/
+/* */
+/* SCOMBOBX.CPP */
+/* */
+/* Copyright (c) 1992, Vincent J. Dentice */
+/* All rights reserved */
+/* */
+/* This file contains the stream registration object for the class */
+/* TComboBox. */
+/* */
+/* */
+/* Date Prg Ver Description */
+/* -------- --- --- ------------------------------------------------- */
+/* 11/16/92 VJD 0.2 Added streamability to the TComboBox classes. */
+/* */
+/*************************************************************************/
+
+
+#define Uses_TComboBox
+#define Uses_TStreamableClass
+#include "tcombobx.h"
+__link( RView )
+
+
+TStreamableClass RComboBox( TComboBox::name,
+ TComboBox::build,
+ __DELTA(TComboBox)
+ );