version method at the end
authorClaus Gittinger <cg@exept.de>
Sun, 03 Dec 1995 13:31:07 +0100
changeset 132 0a8fe342ed91
parent 131 c93e19f86d9e
child 133 57daa569a22b
version method at the end
UIBuilder.st
WinBuilder.st
WindowBuilder.st
--- a/UIBuilder.st	Fri Nov 24 21:52:38 1995 +0100
+++ b/UIBuilder.st	Sun Dec 03 13:31:07 1995 +0100
@@ -44,10 +44,6 @@
     The class is not completed yet and certainly not bug free.
     Also, it is not quaranteed that all winSpecs are understood.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.10 1995-11-23 10:43:28 cg Exp $'
 ! !
 
 !UIBuilder class methodsFor:'initialization'!
@@ -880,4 +876,9 @@
 "/   aComponent font:(aComponent font size:8)
 ! !
 
+!UIBuilder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.11 1995-12-03 12:31:07 cg Exp $'
+! !
 UIBuilder initialize!
--- a/WinBuilder.st	Fri Nov 24 21:52:38 1995 +0100
+++ b/WinBuilder.st	Sun Dec 03 13:31:07 1995 +0100
@@ -41,10 +41,6 @@
     and more may be added in the future (for example, to parse different UI
     specs - thinking of motifs UIL specs etc).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.10 1995-11-23 10:43:41 cg Exp $'
 ! !
 
 !WindowBuilder methodsFor:'accessing'!
@@ -181,3 +177,8 @@
     "Modified: 5.9.1995 / 21:42:54 / claus"
 ! !
 
+!WindowBuilder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.11 1995-12-03 12:30:23 cg Exp $'
+! !
--- a/WindowBuilder.st	Fri Nov 24 21:52:38 1995 +0100
+++ b/WindowBuilder.st	Sun Dec 03 13:31:07 1995 +0100
@@ -41,10 +41,6 @@
     and more may be added in the future (for example, to parse different UI
     specs - thinking of motifs UIL specs etc).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.10 1995-11-23 10:43:41 cg Exp $'
 ! !
 
 !WindowBuilder methodsFor:'accessing'!
@@ -181,3 +177,8 @@
     "Modified: 5.9.1995 / 21:42:54 / claus"
 ! !
 
+!WindowBuilder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.11 1995-12-03 12:30:23 cg Exp $'
+! !