documentation
authorClaus Gittinger <cg@exept.de>
Sat, 29 Mar 1997 11:56:37 +0100
changeset 332 78dcd3cacbfd
parent 331 d6fad4b27a9a
child 333 b7acd53b635b
documentation
ComboBoxV.st
ComboBoxView.st
ComboListV.st
ComboListView.st
ComboView.st
--- a/ComboBoxV.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboBoxV.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
 ComboView subclass:#ComboBoxView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !ComboBoxView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+!
+
 documentation
 "
     A ComboBoxView combines an inputField with a drop down list of default inputs;
@@ -216,5 +244,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.15 1997-02-28 13:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.16 1997-03-29 10:56:26 cg Exp $'
 ! !
--- a/ComboBoxView.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboBoxView.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
 ComboView subclass:#ComboBoxView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !ComboBoxView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+!
+
 documentation
 "
     A ComboBoxView combines an inputField with a drop down list of default inputs;
@@ -216,5 +244,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.15 1997-02-28 13:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.16 1997-03-29 10:56:26 cg Exp $'
 ! !
--- a/ComboListV.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboListV.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+
 ComboView subclass:#ComboListView
 	instanceVariableNames:'useIndex values'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ComboListView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+!
+
 documentation
 "
     A ComboListView combines an label with a drop down list of default inputs;
@@ -509,5 +539,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.19 1997-02-28 12:55:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.20 1997-03-29 10:56:37 cg Exp $'
 ! !
--- a/ComboListView.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboListView.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+
 ComboView subclass:#ComboListView
 	instanceVariableNames:'useIndex values'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ComboListView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+!
+
 documentation
 "
     A ComboListView combines an label with a drop down list of default inputs;
@@ -509,5 +539,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.19 1997-02-28 12:55:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.20 1997-03-29 10:56:37 cg Exp $'
 ! !
--- a/ComboView.st	Sat Mar 29 11:27:08 1997 +0100
+++ b/ComboView.st	Sat Mar 29 11:56:37 1997 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+
 View subclass:#ComboView
 	instanceVariableNames:'field pullDownButton list listHolder listMsg action'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !ComboView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1996 by eXept Software AG / Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+!
+
 documentation
 "
     A ComboView combines some field (typically an enterField or Label)
@@ -401,5 +431,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.26 1997-03-29 10:27:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.27 1997-03-29 10:56:03 cg Exp $'
 ! !