extent -> layout
authorClaus Gittinger <cg@exept.de>
Fri, 28 Mar 1997 19:55:08 +0100
changeset 90 c18809a425d0
parent 89 35c5711729c2
child 91 86d0c649f95e
extent -> layout
UIPropertyView.st
--- a/UIPropertyView.st	Fri Mar 28 15:57:20 1997 +0100
+++ b/UIPropertyView.st	Fri Mar 28 19:55:08 1997 +0100
@@ -395,6 +395,25 @@
               #'collection:' 
                #(
                  #(#LabelSpec
+                    #'name:' 'label0'
+                    #'layout:' #(#AlignmentOrigin 71 0 7 0 1 0)
+                    #'label:' 'Layout:'
+                    #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
+                    #'initiallyInvisible:' false
+                    #'level:' 0
+                    #'adjust:' #center
+                    #'hasCharacterOrientedLabel:' true
+                )
+                 #(#PopUpListSpec
+                    #'name:' 'popUpList1'
+                    #'layout:' #(#LayoutFrame 74 0.0 7 0 -4 1.0 30 0)
+                    #'label:' 'popup'
+                    #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
+                    #'initiallyInvisible:' false
+                    #'model:' #layoutType
+                    #'menu:' #layoutTypeList
+                )
+                 #(#LabelSpec
                     #'name:' 'label1'
                     #'layout:' #(#AlignmentOrigin 99 0 62 0 1 0)
                     #'label:' 'horizontal:'
@@ -440,21 +459,21 @@
                     #'acceptOnLostFocus:' true
                     #'hasBorder:' false
                 )
-                 #(#LabelSpec
-                    #'name:' 'label0'
-                    #'layout:' #(#Point 16 15)
-                    #'label:' 'Extent:'
-                    #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
-                    #'initiallyInvisible:' false
-                    #'level:' 0
-                    #'adjust:' #left
-                    #'hasCharacterOrientedLabel:' true
-                )
+"/                 #(#LabelSpec
+"/                    #'name:' 'label0'
+"/                    #'layout:' #(#Point 16 15)
+"/                    #'label:' 'Extent:'
+"/                    #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
+"/                    #'initiallyInvisible:' false
+"/                    #'level:' 0
+"/                    #'adjust:' #left
+"/                    #'hasCharacterOrientedLabel:' true
+"/                )
               )
           )
       )
 
-    "Modified: 28.2.1997 / 13:15:05 / cg"
+    "Modified: 28.3.1997 / 19:46:27 / cg"
 !
 
 specificationLayoutFrame
@@ -1438,6 +1457,7 @@
     self showSpec:spec.
     modified := false.
 
+    "Modified: 28.3.1997 / 19:46:32 / cg"
 !
 
 updateLayout