*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 02 Jun 2003 14:13:20 +0200
changeset 2521 a1f3d693bf53
parent 2520 83dce5294ade
child 2522 a3ddd460ea91
*** empty log message ***
Make.proto
libInit.cc
--- a/Make.proto	Wed May 28 15:49:42 2003 +0200
+++ b/Make.proto	Mon Jun 02 14:13:20 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.109 2002-11-22 12:16:18 cg Exp $
+# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.110 2003-06-02 12:13:20 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -125,6 +125,8 @@
 	HierarchicalList.$(O) \
 	HierarchicalFileList.$(O) \
 	ExtendedComboBox.$(O) \
+	SyncedMultiColumnTextView.$(O) \
+	TwoColumnTextView.$(O) \
 	MultipleItemSelectionWidget.$(O)
 
 
--- a/libInit.cc	Wed May 28 15:49:42 2003 +0200
+++ b/libInit.cc	Mon Jun 02 14:13:20 2003 +0200
@@ -72,6 +72,8 @@
 _HierarchicalList_Init(pass,__pRT__,snd);
 _HierarchicalFileList_Init(pass,__pRT__,snd);
 _ExtendedComboBox_Init(pass,__pRT__,snd);
+_SyncedMultiColumnTextView_Init(pass,__pRT__,snd);
+_TwoColumnTextView_Init(pass,__pRT__,snd);
 _MultipleItemSelectionWidget_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }