UIBuilder.st
changeset 363 c7a26a5ebaba
parent 344 42ae71c13eef
child 367 7316abe03075
equal deleted inserted replaced
362:52212e2a8c84 363:c7a26a5ebaba
   109     ].
   109     ].
   110 
   110 
   111     ^ topView
   111     ^ topView
   112 
   112 
   113     "Modified: 5.9.1995 / 21:48:09 / claus"
   113     "Modified: 5.9.1995 / 21:48:09 / claus"
       
   114 !
       
   115 
       
   116 doFinalHookup
       
   117 
       
   118     "Created: 14.2.1997 / 14:52:27 / cg"
   114 ! !
   119 ! !
   115 
   120 
   116 !UIBuilder methodsFor:'private arg parsing'!
   121 !UIBuilder methodsFor:'private arg parsing'!
   117 
   122 
   118 getAlignmentOrigin:spec
   123 getAlignmentOrigin:spec
   911 ! !
   916 ! !
   912 
   917 
   913 !UIBuilder class methodsFor:'documentation'!
   918 !UIBuilder class methodsFor:'documentation'!
   914 
   919 
   915 version
   920 version
   916     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.15 1996-10-26 16:57:15 cg Exp $'
   921     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.16 1997-01-14 14:17:37 cg Exp $'
   917 ! !
   922 ! !
   918 UIBuilder initialize!
   923 UIBuilder initialize!