# HG changeset patch # User Claus Gittinger # Date 817993867 -3600 # Node ID 0a8fe342ed91d7b7400a332cf0cb55644910d682 # Parent c93e19f86d9e5935560eaffa12185cc48b68bfee version method at the end diff -r c93e19f86d9e -r 0a8fe342ed91 UIBuilder.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! diff -r c93e19f86d9e -r 0a8fe342ed91 WinBuilder.st --- 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 $' +! ! diff -r c93e19f86d9e -r 0a8fe342ed91 WindowBuilder.st --- 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 $' +! !