*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 18 Oct 1999 14:57:13 +0200
changeset 1595 0bf8a4b72e88
parent 1594 ed960207e637
child 1596 0792a5f915ab
*** empty log message ***
ListModelView.st
Make.proto
SelectionInListModelView.st
libInit.cc
--- a/ListModelView.st	Mon Oct 18 14:27:04 1999 +0200
+++ b/ListModelView.st	Mon Oct 18 14:57:13 1999 +0200
@@ -135,11 +135,6 @@
     super initialize.
 
     StopRedrawSignal := ErrorSignal newSignalMayProceed:false.
-
-    DefaultForegroundColor isNil ifTrue:[
-        self updateStyleCache
-    ].
-
 ! !
 
 !ListModelView class methodsFor:'Signal constants'!
@@ -991,6 +986,10 @@
     "
     super initStyle.
 
+    DefaultForegroundColor isNil ifTrue:[
+        self updateStyleCache
+    ].
+
     DefaultBackgroundColor notNil ifTrue:[
         viewBackground := DefaultBackgroundColor
     ].
@@ -1501,6 +1500,6 @@
 !ListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.28 1999-10-06 11:35:03 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.29 1999-10-18 12:57:10 cg Exp $'
 ! !
 ListModelView initialize!
--- a/Make.proto	Mon Oct 18 14:27:04 1999 +0200
+++ b/Make.proto	Mon Oct 18 14:57:13 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.97 1999-10-18 12:27:03 cg Exp $
+# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.98 1999-10-18 12:57:11 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -110,10 +110,12 @@
 		FileSelectionTree.$(O)  \
 		FileSelectionItem.$(O)  \
 		EnterBoxWithList.$(O)   \
+		HierarchicalItem.$(O)   \
 		ListModelView.$(O)      \
 		SelectionInListModelView.$(O) \
 		HierarchicalListView.$(O) \
 		HierarchicalList.$(O) \
+		ExtendedComboBox.$(O) \
 		$(LIBWIDG2_PACKAGE_OBJS)
 
 # obsolete:                               \
--- a/SelectionInListModelView.st	Mon Oct 18 14:27:04 1999 +0200
+++ b/SelectionInListModelView.st	Mon Oct 18 14:57:13 1999 +0200
@@ -110,20 +110,6 @@
 
 ! !
 
-!SelectionInListModelView class methodsFor:'initialization'!
-
-initialize
-    "setup the signals
-    "
-    super initialize.
-
-    DefaultHilightLevel isNil ifTrue:[
-        self updateStyleCache
-    ].
-
-
-! !
-
 !SelectionInListModelView class methodsFor:'defaults'!
 
 updateStyleCache
@@ -931,6 +917,10 @@
 
     super initStyle.
 
+    DefaultHilightLevel isNil ifTrue:[
+        self updateStyleCache
+    ].
+
     hilightFrameColor := nil.
     hilightLevel      := 0.
     hilightStyle      := DefaultHilightStyle.
@@ -1296,6 +1286,6 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.24 1999-10-05 14:01:35 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.25 1999-10-18 12:57:12 cg Exp $'
 ! !
 SelectionInListModelView initialize!
--- a/libInit.cc	Mon Oct 18 14:27:04 1999 +0200
+++ b/libInit.cc	Mon Oct 18 14:57:13 1999 +0200
@@ -62,9 +62,11 @@
 _FileSelectionTree_Init(pass,__pRT__,snd);
 _FileSelectionItem_Init(pass,__pRT__,snd);
 _EnterBoxWithList_Init(pass,__pRT__,snd);
+_HierarchicalItem_Init(pass,__pRT__,snd);
 _ListModelView_Init(pass,__pRT__,snd);
 _SelectionInListModelView_Init(pass,__pRT__,snd);
 _HierarchicalListView_Init(pass,__pRT__,snd);
 _HierarchicalList_Init(pass,__pRT__,snd);
+_ExtendedComboBox_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }